From 01bef6e4a4e5220d8ae94f17265d850765c240d4 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 17 Jun 2017 13:24:17 +0200 Subject: [PATCH] Improved color contrast --- styles/include/config.scarlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/include/config.scarlet b/styles/include/config.scarlet index 9dc05290..d2d0d6df 100644 --- a/styles/include/config.scarlet +++ b/styles/include/config.scarlet @@ -1,7 +1,7 @@ // Colors text-color = rgb(60, 60, 60) main-color = rgb(248, 165, 130) -link-color = rgb(230, 40, 16) +link-color = rgb(225, 38, 15) link-hover-color = rgb(242, 60, 30) link-active-color = rgb(100, 149, 237) post-highlight-color = rgba(248, 165, 130, 0.7)