Skip to content

Commit f9e3a14

Browse files
authored
Do not bold the search results, it makes it harder to see what matched (#6)
* force search results to be normal case * unbold search result text * linting errors fixed
1 parent 3cb9b45 commit f9e3a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/header.css

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

130130
.navbar-item-lower-case {
131131
text-transform: none !important;
132+
font-weight: normal !important;
132133
}
133134

134135
.navbar-item:hover,

0 commit comments

Comments
 (0)