mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:Babel
|
|
* Module: ext.babel
|
|
* Version: MLEB 2021.07
|
|
*
|
|
* Date: 2021-07-29
|
|
*/
|
|
|
|
.mw-babel-wrapper {
|
|
border-color: var( --border-color-base );
|
|
background-color: var( --color-surface-2 );
|
|
color: #202122; // Easier to just hardcode it
|
|
}
|