Skip to content

Commit

Permalink
[web] Fix links not being correctly highlighted in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Apr 23, 2024
1 parent 715e9d3 commit d482669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/src/mystyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -29,7 +30,6 @@
.tabs a {
border-bottom-color: $grey-dark;
}
.breadcrumb a:hover,
.tabs a,
.hero.is-light .title,
.title,
Expand Down

0 comments on commit d482669

Please sign in to comment.