From d4826695e34b6a62f5a6f199d216f906fa326bbc Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Tue, 23 Apr 2024 17:43:45 +0200 Subject: [PATCH] [web] Fix links not being correctly highlighted in dark mode --- web-src/src/mystyles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-src/src/mystyles.scss b/web-src/src/mystyles.scss index b25e382e14..666e609ce9 100644 --- a/web-src/src/mystyles.scss +++ b/web-src/src/mystyles.scss @@ -19,6 +19,7 @@ border-bottom-color: $grey-lighter; color: $grey-lighter !important; } + a:hover, a.has-text-dark:hover, a.has-text-dark:focus { color: $grey-lighter !important; @@ -29,7 +30,6 @@ .tabs a { border-bottom-color: $grey-dark; } - .breadcrumb a:hover, .tabs a, .hero.is-light .title, .title,