]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Some legibility fixes
authorAidan Cornelius-Bell <[email protected]>
Thu, 9 Jan 2025 07:39:44 +0000 (18:09 +1030)
committerAidan Cornelius-Bell <[email protected]>
Thu, 9 Jan 2025 07:39:44 +0000 (18:09 +1030)
app/assets/stylesheets/application.css

index 87f41ac9956f7ee421e17d821aecc9c69d0c5468..227e9102c8b9d90ef33dec1690713ee6c0ac4ccf 100644 (file)
@@ -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 */
         --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;