Skip to content

Commit

Permalink
update search bar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 16, 2024
1 parent 8a9efc7 commit ff15339
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,20 @@ div.highlighter-rouge div.highlight {

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

@media (min-width: 50rem) {
.search-results {
width: 100%;
}
}

#search-results::-webkit-scrollbar {
display: none;
}

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

0 comments on commit ff15339

Please sign in to comment.