From 070332f12a453cd9986764ae75a3b9da1b58137e Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 13 Feb 2025 14:35:10 -0500 Subject: [PATCH] changed dark mode highlight coloring a bit more --- static/css/colors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/colors.css b/static/css/colors.css index 1590d76..76d4ea5 100644 --- a/static/css/colors.css +++ b/static/css/colors.css @@ -13,8 +13,8 @@ --link-clicked: #B250D8; --link-unclicked: #d80; --link-active: lab(100% 0% 100%); - --link-highlight: unset; - --link-highlight-bg: green; + --link-highlight: white; + --link-highlight-bg: blue; --header-bg: hsl(0,0%,15%); --nav-link-color: #6B0; --nav-link-bg-color: hsl(0,0%,25%);