MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→All CSS here will be loaded for users of the Citizen skin: html { --color-emphasized: unset; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
html { | html | ||
--color-emphasized: unset; | { | ||
/*--color-emphasized: unset;*/ | |||
} | |||
.fieldBox | |||
{ | |||
background-color: var(--background-color-interactive); | |||
} | } | ||