MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
--kyu-accent-hue: 185; | --kyu-accent-hue: 185; | ||
--accent-color: hsl(var(--kyu-accent-hue), 100%, 40%); | --accent-color: hsl(var(--kyu-accent-hue), 100%, 40%); | ||
--search-background-color: hsl(var(--kyu-accent-hue), 100%, | --search-background-color: hsl(var(--kyu-accent-hue), 100%, 24%); | ||
--search-hover-color: hsl(var(--kyu-accent-hue), 100%, | --search-hover-color: hsl(var(--kyu-accent-hue), 100%, 20%); | ||
--page-tools-icon-color: var(--accent-color); | --page-tools-icon-color: var(--accent-color); | ||
} | } | ||
Revision as of 17:09, 4 July 2025
html, :root {
--kyu-accent-hue: 185;
--accent-color: hsl(var(--kyu-accent-hue), 100%, 40%);
--search-background-color: hsl(var(--kyu-accent-hue), 100%, 24%);
--search-hover-color: hsl(var(--kyu-accent-hue), 100%, 20%);
--page-tools-icon-color: var(--accent-color);
}