MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Fixed sidebar styling from appearing on smaller screens |
Disable auto theme and extra midnight theme |
||
| Line 17: | Line 17: | ||
--color-destructive__h: 360; | --color-destructive__h: 360; | ||
--color-destructive__l: 67%; | --color-destructive__l: 67%; | ||
} | |||
/* Disable auto theme and extra midnight theme */ | |||
#skin-client-prefs-skin-theme .citizen-client-prefs-radio:has(input[value="os"]), | |||
#skin-client-prefs-citizen-feature-pure-black { | |||
display: none !important; | |||
} | |||
#skin-client-prefs-skin-theme form { | |||
grid-template-columns:repeat(2,1fr); | |||
} | } | ||