Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 3cb9b45

Browse files
authored
force search results to be normal case (#5)
1 parent c8cad25 commit 3cb9b45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/css/header.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ body {
127127
text-transform: uppercase;
128128
}
129129

130+
.navbar-item-lower-case {
131+
text-transform: none !important;
132+
}
133+
130134
.navbar-item:hover,
131135
.navbar-link:hover {
132136
color: var(--color-kaskada-primary);

src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</div>
9595

9696
{{#if env.SITE_SEARCH_PROVIDER}}
97-
<div class="navbar-item search hide-for-print">
97+
<div class="navbar-item navbar-item-lower-case search hide-for-print">
9898
<div id="search-field" class="field">
9999
<input id="search-input" type="text" placeholder="Search the docs"{{#if page.home}} autofocus{{/if}}>
100100
</div>

0 commit comments

Comments
 (0)