Template:Todo/style.css

From Mainlining Wiki
Revision as of 20:55, 27 February 2025 by Knuxify (talk | contribs) (Created page with "html.skin-theme-clientpref-night .box-todo { color: #fff !important; background-color: #5c1e1e !important; border-color: #c64242 !important; } @media (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .box-todo { color: #fff !important; background-color: #5c1e1e !important; border-color: #c64242 !important; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
html.skin-theme-clientpref-night .box-todo {
	color: #fff !important;
	background-color: #5c1e1e !important;
	border-color: #c64242 !important;
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .box-todo {
		color: #fff !important;
		background-color: #5c1e1e !important;
		border-color: #c64242 !important;
	}
}