From 44a26c62a2c5cfe944f0f96ea453b17b99191cef Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 26 Jun 2017 00:22:58 +0200 Subject: [PATCH] Pass contrast ratio check --- 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 729d11ea..b7eacf95 100644 --- a/styles/include/config.scarlet +++ b/styles/include/config.scarlet @@ -1,6 +1,6 @@ // Colors text-color = rgb(60, 60, 60) -main-color = rgb(225, 38, 15) +main-color = rgb(215, 38, 15) link-color = main-color link-hover-color = rgb(242, 60, 30) link-active-color = link-hover-color