mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
/*
|
|
* Citizen - General special pages
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
.skin-citizen-dark {
|
|
#mw-allmessagestable tbody:hover td {
|
|
background-color: var( --background-color-primary--active );
|
|
}
|
|
|
|
.mw-protectedpages-unknown {
|
|
color: var( --color-base--subtle );
|
|
}
|
|
}
|