From 5acf5a8c832f72a51acdd2ec2a8e82f185a2a8ad Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 7 May 2025 09:57:17 -0400 Subject: [PATCH] navbar__link:hover when theme is 'light' (#963) --- website/src/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 0ddc7905..8a39aed7 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -174,6 +174,7 @@ a code { .navbar__link:hover, .navbar__link--active { text-decoration: none; + color: var(--selection-background); } .navbar__link {