Skip to content

Commit 9edac59

Browse files
committed
Address Lightmode search bar placeholder
The light mode search bar placeholder "Search" was causing a lot of issues with rendering to light. This hides it for now.
1 parent ef2825e commit 9edac59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/stylesheets/webkit.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,6 +1930,7 @@ article blockquote {
19301930
::placeholder {
19311931
font-size: 1em;
19321932
padding: 5px;
1933+
visibility: hidden;
19331934
}
19341935

19351936
.md-search__form {

0 commit comments

Comments
 (0)