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