mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
17 lines
285 B
Plaintext
17 lines
285 B
Plaintext
/*
|
|
* Citizen - General special pages
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../resources/variables.less';
|
|
|
|
@media ( prefers-color-scheme: dark ) {
|
|
#mw-allmessagestable tbody:hover td {
|
|
background-color: @accent-10;
|
|
}
|
|
|
|
.mw-protectedpages-unknown {
|
|
color: @dark-text-70;
|
|
}
|
|
}
|