Template:Sister-inline/styles.css/sandbox

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Hike395 at 23:36, 11 October 2025 (restore comment). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.tpl-sister-inline__icon {
    display: inline-block;
    position: relative; 
}

/* Dark mode fixes for Wiktionary logo - as used on the site */
@media screen {
	html.skin-theme-clientpref-night .sister-inline-image img[src*="Wiktionary-logo-en-v2.svg"] {
		filter: invert(1) brightness(55%) contrast(250%) hue-rotate(180deg);
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .sister-inline-image img[src*="Wiktionary-logo-en-v2.svg"] {
		filter: invert(1) brightness(55%) contrast(250%) hue-rotate(180deg);
	}
}