MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
} | } | ||
#fabric-heading #search-box form#p-search input#searchInput { | html #fabric-heading #search-box form#p-search input#searchInput { | ||
color: black; | color: black; | ||
caret-color: black; | caret-color: black; | ||
} | |||
html #fabric-heading #search-box form#p-search input#searchInput::placeholder { | |||
color: black; | |||
opacity: 0.5; | |||
} | } | ||
Revision as of 18:22, 4 July 2025
html, :root {
--kyu-accent-hue: 185;
--accent-color: hsl(var(--kyu-accent-hue), 100%, 40%);
--search-background-color: #E1DFDD;
--search-hover-color: #FFF;
--desktop-search-icon-color: var(--accent-color);
--page-tools-icon-color: var(--accent-color);
}
html #fabric-heading #search-box form#p-search input#searchInput {
color: black;
caret-color: black;
}
html #fabric-heading #search-box form#p-search input#searchInput::placeholder {
color: black;
opacity: 0.5;
}