MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
color: black; | color: black; | ||
opacity: 0.5; | opacity: 0.5; | ||
} | |||
html .ve-ui-overlay-global { | |||
z-index: 100; | |||
} | } | ||
Revision as of 18:35, 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;
}
html .ve-ui-overlay-global {
z-index: 100;
}