mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
/*
|
|
* Citizen - General special pages
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
.skin-citizen-dark {
|
|
#mw-allmessagestable tbody:hover td {
|
|
background-color: var( --background-color-primary--active );
|
|
}
|
|
|
|
.mw-protectedpages-unknown {
|
|
color: var( --color-base--subtle );
|
|
}
|
|
}
|