Skip to content

Commit f25c6f3

Browse files
authored
Fix magnifying glass issue. (#252)
1 parent b52a76b commit f25c6f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,7 @@ body {
11751175

11761176
/* Docusaurus Search Box - Dark Theme Styling */
11771177
.navbar__search-input {
1178+
background: none;
11781179
background-color: hsl(var(--background) / 0.5) !important;
11791180
border: 1px solid hsl(var(--border) / 0.5) !important;
11801181
border-radius: calc(var(--radius) + 4px) !important;

0 commit comments

Comments
 (0)