Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 8: Line 8:
.skin-citizen-dark .welcome-txt {
.skin-citizen-dark .welcome-txt {
color: white;
color: white;
}
.skin-citizen-light .welcome-txt {
color: black;
}
}

Revision as of 22:56, 23 August 2024

/* All CSS here will be loaded for users of the Citizen skin */
.portable-infobox .section-subheading {
font-size: 12px;
}
.pi-title {
text-align: center;
}
.skin-citizen-dark .welcome-txt {
color: white;
}