mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
/*
|
|
* Citizen - SRF D3 Common
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
@media ( prefers-color-scheme: dark ) {
|
|
.srf-d3-chart-title {
|
|
color: @dark-text-70;
|
|
}
|
|
|
|
.srf-d3-chart-text {
|
|
color: @dark-text-70;
|
|
}
|
|
}
|