Skip to content

Commit a3f4219

Browse files
authored
Merge pull request #95 from JuliaComputing/sp/search-input-font
fix: use correct font for flexsearch input
2 parents c782025 + 3153f70 commit a3f4219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/default/flexsearch.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
color: #999;
2121
background-color: unset;
2222
height: 28px;
23-
font-family: Glober;
23+
font-family: inherit;
2424
width: 20em;
2525
font-size: 14px;
2626
padding: 0 8px;
@@ -117,4 +117,4 @@
117117
width: calc(100% - 7.5rem);
118118
margin: 10px 2em 4.5em 0;
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)