General Special Pages darkmode

This commit is contained in:
Hannes 2019-12-27 15:14:03 +01:00
parent 831ae99772
commit 04e35ab57e
No known key found for this signature in database
GPG key ID: 371029119C5F0D51

View 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;
}
}