MediaWiki:Common.css: Difference between revisions
search results color to gold |
try b95 for subtle |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
:root { | :root { | ||
--color-base: #f8f9fa; | --color-base: #f8f9fa; | ||
--color-subtle: #b95; | |||
--background-color-base: #222; | |||
} | |||
html, | |||
body { | |||
background-color: #222; | |||
} | } | ||
| Line 126: | Line 133: | ||
/* Search results overlay background */ | /* Search results overlay background */ | ||
.overlay, | |||
.overlay-enabled, | |||
.search-overlay, | .search-overlay, | ||
.overlay-content, | .overlay-content, | ||
| Line 131: | Line 140: | ||
background-color: #222; | background-color: #222; | ||
color: #bb9966; | color: #bb9966; | ||
} | |||
.language-overlay .search-box input, | |||
.search-overlay .search-box input { | |||
color: #f8f9fa; | |||
background-color: #343739; | |||
} | } | ||