Skip to content

Commit 9217b48

Browse files
committed
Less emphasis on the filter field
1 parent 909e35a commit 9217b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
</p>
216216
</div>
217217
<div class="control" id="filterContainer" hidden>
218-
<input class="input is-dark" type="text" id="filter" name="filter"
218+
<input class="input" type="text" id="filter" name="filter"
219219
title='GitHub style syntax, with some aliases like "a" for "ahead", "d" for the date, etc. (see https://docs.github.com/en/search-github/getting-started-with-searching-on-github/about-searching-on-github)'
220220
placeholder="Type your filter here. eg: ahead:>=1 behind:<5" />
221221
</div>

0 commit comments

Comments
 (0)