More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 5: | Line 5: | ||
.pi-title { | .pi-title { | ||
text-align: center; | text-align: center; | ||
} | |||
.skin-citizen-dark .welcome-txt { | |||
color: white; | |||
} | |||
.skin-citizen-light .welcome-txt { | |||
color: black; | |||
} | } | ||
Revision as of 21:11, 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;
}
.skin-citizen-light .welcome-txt {
color: black;
}