Template:Todo/style.css: Difference between revisions

From Mainlining Wiki
Jump to navigation Jump to search
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; } }"
 
(No difference)

Latest revision as of 20:55, 27 February 2025

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;
	}
}