[web] Fix links not being correctly highlighted in dark mode

This commit is contained in:
Alain Nussbaumer 2024-04-23 17:43:45 +02:00
parent 715e9d32eb
commit d4826695e3
1 changed files with 1 additions and 1 deletions

View File

@ -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,