From 5c386f649d08cedd21a9b5d08877d008485e7b4a Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Thu, 9 Jan 2025 18:09:44 +1030 Subject: [PATCH] Some legibility fixes --- app/assets/stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 87f41ac..227e910 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -79,7 +79,7 @@ --post-bg: #1a1f2c; /* Deep blue-grey for content areas */ --body-bg: #242936; /* Slightly lighter blue-grey for main background */ --quote-bg: #2d3340; /* Medium blue-grey for quoted content */ - --link-color: #66aaff; /* Bright blue for links */ + --link-color: #847091; /* #66aaff Bright blue for links */ --accent-a: #3388dd; /* Primary blue */ --accent-b: #4499ee; /* Secondary blue */ --accent-c: #55aaff; /* Tertiary blue */ @@ -117,7 +117,7 @@ --post-bg: #fdf6f0; --body-bg: #f5e6db; --quote-bg: #e8d1c0; - --link-color: #c28656; + --link-color: #af794d; /* c28656 */ --accent-a: #f2a76c; --accent-b: #6a8693; --accent-c: #9e6b57; -- 2.39.5