Template:Note/style.css
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;
}
}