Views
Actions
Difference between revisions of "MediaWiki:Citizen.css"
From Forge Community Wiki
(change color of code blocks) |
(adjust color of links) |
||
| Line 4: | Line 4: | ||
color: #46C410; | color: #46C410; | ||
} | } | ||
| + | } | ||
| + | |||
| + | .mw-parser-output a.external { | ||
| + | color: #527ECA; | ||
} | } | ||
Revision as of 09:26, 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;
}
}
.mw-parser-output a.external {
color: #527ECA;
}