mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-18 11:46:07 +00:00
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
.mw-theme-toggle {
|
|
background-color: transparent;
|
|
border: none;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
font-size: 0;
|
|
opacity: 0.4;
|
|
width: 39px;
|
|
height: 56px;
|
|
}
|
|
|
|
.skin-citizen-dark {
|
|
.mw-theme-toggle {
|
|
filter: invert(1);
|
|
}
|
|
}
|