mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 16:45:28 +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;
|
|
}
|
|
}
|