mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-02 18:06: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.
28 lines
477 B
Plaintext
28 lines
477 B
Plaintext
/*
|
|
* Citizen - SRF Flot Core
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-theme-clientpref-night {
|
|
.srf-flot-chart-title {
|
|
color: var( --color-subtle );
|
|
}
|
|
|
|
.srf-flot-note {
|
|
color: var( --color-destructive );
|
|
}
|
|
|
|
.srf-flot-chart-text {
|
|
color: var( --color-subtle );
|
|
}
|
|
|
|
.srf-flot-tooltip {
|
|
color: var( --color-emphasized );
|
|
background-color: @dark-bg-10;
|
|
background-image: none;
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
}
|