Skip to content

Commit ccaabb4

Browse files
authored
Set search input size to 16px (fixes #119) (#120)
Set search input font family to "Poppins";
1 parent c9abb2d commit ccaabb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/css/docs.css

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ table tr td + td + td:last-child {
169169
/* Search */
170170
.navbar .navbar__search .navbar__search-input {
171171
width: 15.5rem;
172+
font-size: 1rem;
173+
font-family: var(--ifm-font-family-base);
172174
border-radius: var(--ifm-global-radius);
173175
}
174176

0 commit comments

Comments
 (0)