mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 19:32:00 +00:00
18 lines
272 B
Plaintext
18 lines
272 B
Plaintext
/*
|
|
* Citizen - SRF D3 Charts
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-citizen-dark {
|
|
.srf-d3-chart-bubble circle {
|
|
fill: @accent-50;
|
|
stroke: @accent-50;
|
|
}
|
|
|
|
.srf-d3-chart-bubble .leaf circle {
|
|
fill: @yellow-30;
|
|
}
|
|
}
|