More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
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 */ | ||
.skin-citizen-dark { | .skin-citizen-dark { | ||
background-color: # | background-color: #202122; | ||
} | } | ||
.portable-infobox .pi-data-label { | .portable-infobox .pi-data-label { |
Revision as of 01:29, 21 August 2024
/* All CSS here will be loaded for users of the Citizen skin */ .skin-citizen-dark { background-color: #202122; } .portable-infobox .pi-data-label { font-size: 12px; } .portable-infobox hr { color: gray; height:2px; }