mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
36 lines
719 B
Plaintext
36 lines
719 B
Plaintext
|
/*
|
||
|
* Citizen - SRF styles
|
||
|
* https://starcitizen.tools
|
||
|
*/
|
||
|
|
||
|
@import '../../../resources/variables.less';
|
||
|
|
||
|
@media ( prefers-color-scheme: dark ) {
|
||
|
.srf-spinner.text {
|
||
|
color: @dark-text-70;
|
||
|
}
|
||
|
|
||
|
.srf-notification-content {
|
||
|
color: @dark-text-100;
|
||
|
}
|
||
|
|
||
|
fieldset#mw-prefsection-smw-srf {
|
||
|
border: 0 solid @accent-10;
|
||
|
border-top: 1px solid @accent-10;
|
||
|
}
|
||
|
|
||
|
fieldset#mw-prefsection-smw-srf-eventcalendar-options {
|
||
|
border: 0 solid @accent-10;
|
||
|
border-top: 1px solid @dark-bg-20;
|
||
|
}
|
||
|
|
||
|
fieldset#mw-prefsection-smw-srf-datatables-options {
|
||
|
border: 0 solid @accent-10;
|
||
|
border-top: 1px solid @dark-bg-20;
|
||
|
}
|
||
|
|
||
|
#mw-prefsection-smw-srf .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
|
||
|
color: @accent-10;
|
||
|
}
|
||
|
}
|