Template:Note/style.css

Revision as of 20:56, 15 September 2025 by Knuxify (talk | contribs) (Created page with "html.skin-theme-clientpref-night .box-note { color: #fff !important; background-color: #261c09 !important; border-color: #6a481c !important; } @media (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .box-note { color: #fff !important; background-color: #261c09 !important; border-color: #6a481c !important; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
html.skin-theme-clientpref-night .box-note {
	color: #fff !important;
	background-color: #261c09 !important;
	border-color: #6a481c !important;
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .box-note {
		color: #fff !important;
		background-color: #261c09 !important;
		border-color: #6a481c !important;
	}
}