mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 23:05:47 +00:00
13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
/*
|
|
* Citizen - SRF jQplot
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-theme-clientpref-night {
|
|
.srf-jqplot-chart-text {
|
|
color: var( --color-base--subtle );
|
|
}
|
|
}
|