Skip to content

Commit

Permalink
update search results styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 16, 2024
1 parent aadb567 commit 8a9efc7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,17 @@ div.highlighter-rouge div.highlight {
background: #261939;
border-radius: 0.5rem;
}

// Search results
.search-results {
background-color: #1A1227A3;
backdrop-filter: blur(6px);
}

.search-active .search-input {
background-color: transparent;
}

.search-result:hover, .search-result.active {
background-color: #0A01159E;
}

0 comments on commit 8a9efc7

Please sign in to comment.