mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 03:19:31 +00:00
25 lines
356 B
Plaintext
25 lines
356 B
Plaintext
|
/*
|
||
|
* Citizen - SMW Util Tooltip
|
||
|
* https://starcitizen.tools
|
||
|
*/
|
||
|
|
||
|
@import '../../../resources/variables.less';
|
||
|
|
||
|
@media ( prefers-color-scheme: dark ) {
|
||
|
div.smwtt {
|
||
|
color: @dark-text-100;
|
||
|
}
|
||
|
|
||
|
span.smwttpersist span.smwttcontent {
|
||
|
color: @dark-text-70;
|
||
|
}
|
||
|
|
||
|
span.smwttactivepersist {
|
||
|
color: #0000c8;
|
||
|
}
|
||
|
|
||
|
span.smwttactiveinline {
|
||
|
color: #b70;
|
||
|
}
|
||
|
}
|