diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index c3f3e07..8d8378f 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -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; }