Views
Actions
Difference between revisions of "MediaWiki:Citizen.css"
From Forge Community Wiki
(adjust color of links) |
(modify style <tt> tags, and some cleanup) |
||
Line 2: | Line 2: | ||
@media only screen and (prefers-color-scheme:dark) { | @media only screen and (prefers-color-scheme:dark) { | ||
code, .mw-code { | code, .mw-code { | ||
− | + | color: #46C410; | |
} | } | ||
} | } | ||
− | + | .external { | |
color: #527ECA; | color: #527ECA; | ||
+ | } | ||
+ | |||
+ | tt { | ||
+ | font-size: 100%; | ||
+ | padding: 0 0.1em; | ||
} | } |
Revision as of 03:27, 29 November 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; } } .external { color: #527ECA; } tt { font-size: 100%; padding: 0 0.1em; }