Skip to content

Commit

Permalink
chore: Update font size in navbar search input
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar committed Jun 1, 2024
1 parent 5d91576 commit 4542b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/styles/components/navbar.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ html[data-theme='dark'],
color: var(--ifm-navbar-search-input-color);
cursor: text;
display: inline-block;
font-size: 0.9rem;
font-size: 1rem;
height: 2rem;
padding: 0 0.5rem 0 2.25rem;
width: 12.5rem;
Expand Down

0 comments on commit 4542b09

Please sign in to comment.