mediawiki-skins-Citizen/resources/skins.citizen.styles/ThemeToggle.less
github-actions 90e1826134 ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-01-11 17:17:37 +00:00

17 lines
255 B
Plaintext

.mw-theme-toggle {
width: 39px;
height: 56px;
border: 0;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
font-size: 0;
opacity: 0.4;
}
.skin-citizen-dark {
.mw-theme-toggle {
filter: invert( 1 );
}
}