mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +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.
18 lines
311 B
Plaintext
18 lines
311 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:CleanChanges
|
|
* Module: ext.cleanchanges.uls
|
|
* Version: MLEB 2021.07
|
|
*
|
|
* Date: 2021-07-29
|
|
*/
|
|
|
|
.ext-cc-language-selector__trigger {
|
|
color: var( --color-progressive );
|
|
}
|
|
|
|
.ext-cc-language-selector__trigger::after {
|
|
border-top-color: var( --color-progressive );
|
|
}
|