We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d01860 commit a89b927Copy full SHA for a89b927
docs/overrides/stylesheets/extra.css
@@ -52,14 +52,14 @@
52
color: white;
53
}
54
55
-/* Search box styling */
56
-.md-search__input {
+/* Search box styling in the header */
+.md-header .md-search__input {
57
background-color: rgba(255, 255, 255, 0.15);
58
border: 1px solid rgba(255, 255, 255, 0.2);
59
60
61
62
-.md-search__input::placeholder {
+.md-header .md-search__input::placeholder {
63
color: rgba(255, 255, 255, 0.7);
64
65
0 commit comments