mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +00:00
11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
|
// Mediawiki.skinning.content.body
|
||
|
|
||
|
// Needed the specificity
|
||
|
.skin-citizen {
|
||
|
.mw-body-content {
|
||
|
.error {
|
||
|
color: var( --color-destructive );
|
||
|
}
|
||
|
}
|
||
|
}
|