mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-02 01:47:14 +00:00
5d3ecd9edd
This is an on-going work to adapt Codex into Citizen. Some of the CSS variables are soft depreciated, see tokens.less for updated info.
13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
/*
|
|
* Citizen - SRF jQplot
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-theme-clientpref-night {
|
|
.srf-jqplot-chart-text {
|
|
color: var( --color-subtle );
|
|
}
|
|
}
|