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