mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
25 lines
365 B
Plaintext
25 lines
365 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: @accent-50;
|
|
}
|
|
|
|
span.smwttactiveinline {
|
|
color: @yellow-30;
|
|
}
|
|
}
|