mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-02 09:57:45 +00:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
.skin-citizen {
|
|
/**
|
|
* Highlight approved rev in revision history
|
|
**/
|
|
.approved-revision {
|
|
background-color: var( --background-color-success-subtle ) !important;
|
|
}
|
|
}
|