mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-03 02:17:21 +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.
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
/*
|
|
* Citizen - SRF D3 Charts
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
.srf-d3-chart-bubble circle {
|
|
fill: var( --color-progressive );
|
|
stroke: var( --color-progressive );
|
|
}
|
|
|
|
.srf-d3-chart-bubble .leaf circle {
|
|
fill: var( --color-warning );
|
|
}
|