mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 11:24:40 +00:00
96013bb126
--background-color-dp-XX is now fully deprecated in favor of a simpler 4 color surface system. It can be accessed through the --color-surface-X CSS var.
21 lines
425 B
Plaintext
21 lines
425 B
Plaintext
/*
|
|
* Citizen - Special Preferences
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
.mw-prefs {
|
|
&-tabs {
|
|
&-wrapper.oo-ui-panelLayout-framed,
|
|
> .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
|
|
border-color: var( --border-color-base );
|
|
}
|
|
}
|
|
|
|
&-buttons {
|
|
border-color: var( --border-color-base );
|
|
background-color: var( --color-surface-0 );
|
|
}
|
|
}
|