Template:Note/style.css

From Mainlining Wiki
Revision as of 18:06, 20 February 2025 by Knuxify (talk | contribs) (Created page with ".skin-theme-clientpref-night .box-note { color: #fff !important; background-color: #261c09 !important; border-color: #6a481c !important; } @media (prefers-color-scheme: dark) { .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)
Jump to navigation Jump to search
.skin-theme-clientpref-night .box-note {
	color: #fff !important;
	background-color: #261c09 !important;
	border-color: #6a481c !important;
}

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