From ff15339c9ed398d3bf3ba45460d53da54c2748cc Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Tue, 16 Jan 2024 14:28:40 +0100 Subject: [PATCH] update search bar styling --- docs/_sass/custom/custom.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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; }