Skip to content

Commit

Permalink
Remove Hardcoded font-family in search.css (#1264)
Browse files Browse the repository at this point in the history
Justification: the font is already set in `material.css`
  • Loading branch information
MarvNC authored Jul 24, 2024
1 parent e8653ce commit b99fd5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ body {
background-color: var(--background-color);
margin: 0;
padding: 0;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: var(--text-color);
height: 100%;
overflow: hidden;
Expand Down

0 comments on commit b99fd5c

Please sign in to comment.