mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-02 01:47:14 +00:00
13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
|
/*
|
||
|
* Citizen - SRF jQplot
|
||
|
* https://starcitizen.tools
|
||
|
*/
|
||
|
|
||
|
@import '../../../../resources/variables.less';
|
||
|
|
||
|
@media ( prefers-color-scheme: dark ) {
|
||
|
.srf-jqplot-chart-text {
|
||
|
color: @dark-text-70;
|
||
|
}
|
||
|
}
|