We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b743696 commit 272aea9Copy full SHA for 272aea9
assets/css/global.css
@@ -20,7 +20,7 @@
20
}
21
22
mark {
23
- @apply bg-transparent font-bold text-blue-500 dark:text-blue-800;
+ @apply bg-transparent font-bold text-blue-500 dark:text-blue-400;
24
25
26
/* Hide the clear (X) button for search inputs */
layouts/partials/search-bar.html
@@ -10,6 +10,7 @@
10
x-ref="searchBarInput"
11
type="search"
12
id="search-bar-input"
13
+ placeholder="Search"
14
@focus="open = true;"
15
@keyup.enter.prevent="window.location.href = '/search/?q=' + $event.target.value;"
16
@keyup.escape.prevent="open = false;"
0 commit comments