mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
f722ba765a
not nessecary
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
.skin-citizen {
|
|
/**
|
|
* Highlight approved rev in revision history
|
|
**/
|
|
.approved-revision {
|
|
background-color: var( --background-color-success ) !important;
|
|
}
|
|
}
|