mediawiki-skins-Citizen/resources/skins.citizen.styles/ThemeToggle.less

17 lines
255 B
Plaintext
Raw Normal View History

2021-01-11 17:13:59 +00:00
.mw-theme-toggle {
width: 39px;
height: 56px;
2021-01-11 17:16:57 +00:00
border: 0;
background-color: transparent;
2021-01-11 17:13:59 +00:00
background-position: center;
background-repeat: no-repeat;
2021-01-11 17:13:59 +00:00
font-size: 0;
opacity: 0.4;
}
.skin-citizen-dark {
.mw-theme-toggle {
filter: invert( 1 );
2021-01-11 17:13:59 +00:00
}
}