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 2ac4211
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/styles/dark_theme.css
Expand Up @@ -1035,6 +1035,9 @@
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 2ac4211

Please sign in to comment.