Template:Note/style.css: Difference between revisions

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

Revision as of 18:06, 20 February 2025

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