Template:Shortcut/styles.css

From Wikivoyage
Jump to navigation Jump to search
html.skin-theme-clientpref-night #shortcut {
	background-color: #000 !important;
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os #shortcut {
		background-color: #000 !important;
	}
}