mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
General Special Pages darkmode
This commit is contained in:
parent
831ae99772
commit
04e35ab57e
16
skinStyles/mediawiki.special.less
Normal file
16
skinStyles/mediawiki.special.less
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* 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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue