Skip to content

Commit

Permalink
compose(typeahead): Remove text color change on hover.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimishmedatwal committed Apr 26, 2024
1 parent 5c0cccc commit eee5b1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/styles/dark_theme.css
Expand Up @@ -1035,6 +1035,10 @@
background-color: hsl(212deg 25% 15%);
border-color: hsl(0deg 0% 0% / 50%);
color: inherit;

& a:hover{
color: hsl(0deg 0% 100%);
}
}

/* Search highlight used in both topics and rendered_markdown */
Expand Down

0 comments on commit eee5b1c

Please sign in to comment.