From 74e870377abc186568404dd68e91c087c940f576 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 15 Feb 2022 18:45:31 +0100 Subject: Update anchor colors for better readability --- assets/theme/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/theme/main.scss b/assets/theme/main.scss index d0c203d..0886678 100644 --- a/assets/theme/main.scss +++ b/assets/theme/main.scss @@ -12,7 +12,7 @@ $mainWidth: 900px; --bodyBackgroundColor: #d7d5d1; --bodyForegroundColor: #2a2e2f; --codeBackgroundColor: #f8f8f8; - --linkForegroundColor: #07a; + --linkForegroundColor: #1c4253; } } @@ -22,7 +22,7 @@ $mainWidth: 900px; --bodyBackgroundColor: #131516; --bodyForegroundColor: #bcb7ae; --codeBackgroundColor: #272822; - --linkForegroundColor: #07a; + --linkForegroundColor: #00b3ff; } } -- cgit v1.1