ui: make sure search results dont have underline until hovered

This commit is contained in:
Dean Attali 2021-05-30 16:06:02 -04:00 committed by GitHub
parent 711dd39059
commit fd1e03ae06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

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