Skip to content

Commit

Permalink
ui: make sure search results dont have underline until hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed May 30, 2021
1 parent 711dd39 commit fd1e03a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -1068,9 +1068,13 @@ pre {
color: #fff;
font-size: 1.5rem;
}
#search-results-container a,
#search-results-container a {
color: #fff;
text-decoration: none;
}
#search-results-container a:hover {
color: #fff;
text-decoration: underline;
}

#nav-search-icon {
Expand Down

0 comments on commit fd1e03a

Please sign in to comment.