mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
18 lines
227 B
Plaintext
18 lines
227 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* Module: mediawiki.skinning.content.body
|
|
* Version: REL1_39
|
|
*
|
|
* Date: 2022-11-14
|
|
*/
|
|
|
|
// Needed the specificity
|
|
.skin-citizen {
|
|
.mw-body-content {
|
|
.error {
|
|
color: var( --color-destructive );
|
|
}
|
|
}
|
|
}
|