Skip to content

Commit 272aea9

Browse files
committed
fixes
1 parent b743696 commit 272aea9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/css/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
mark {
23-
@apply bg-transparent font-bold text-blue-500 dark:text-blue-800;
23+
@apply bg-transparent font-bold text-blue-500 dark:text-blue-400;
2424
}
2525

2626
/* Hide the clear (X) button for search inputs */

layouts/partials/search-bar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
x-ref="searchBarInput"
1111
type="search"
1212
id="search-bar-input"
13+
placeholder="Search"
1314
@focus="open = true;"
1415
@keyup.enter.prevent="window.location.href = '/search/?q=' + $event.target.value;"
1516
@keyup.escape.prevent="open = false;"

0 commit comments

Comments
 (0)