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
173 B
Plaintext
13 lines
173 B
Plaintext
/*
|
|
* Citizen - SRF D3 Common
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
.srf-d3-chart-title {
|
|
color: var( --color-subtle );
|
|
}
|
|
|
|
.srf-d3-chart-text {
|
|
color: var( --color-subtle );
|
|
}
|