Views
Actions
Difference between revisions of "MediaWiki:Citizen.css"
From Forge Community Wiki
(change color of code blocks) |
(No difference)
|
Revision as of 09:20, 30 October 2020
/* All CSS here will be loaded for users of the Citizen skin */
@media only screen and (prefers-color-scheme:dark) {
code, .mw-code {
color: #46C410;
}
}