mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 03:19:31 +00:00
959191a23e
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
@import '../../../resources/variables.less';
|
|
|
|
.skin-citizen {
|
|
/**
|
|
* Highlight approved rev in revision history
|
|
**/
|
|
.approved-revision {
|
|
background-color: var( --background-color-success ) !important;
|
|
}
|
|
}
|