changed dark mode highlight coloring a bit more

This commit is contained in:
Pagwin 2025-02-13 14:35:10 -05:00
parent de5af90220
commit 070332f12a

View file

@ -13,8 +13,8 @@
--link-clicked: #B250D8; --link-clicked: #B250D8;
--link-unclicked: #d80; --link-unclicked: #d80;
--link-active: lab(100% 0% 100%); --link-active: lab(100% 0% 100%);
--link-highlight: unset; --link-highlight: white;
--link-highlight-bg: green; --link-highlight-bg: blue;
--header-bg: hsl(0,0%,15%); --header-bg: hsl(0,0%,15%);
--nav-link-color: #6B0; --nav-link-color: #6B0;
--nav-link-bg-color: hsl(0,0%,25%); --nav-link-bg-color: hsl(0,0%,25%);