Template:Note/style.css: Difference between revisions
Appearance
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; } }" |
(No difference)
|
Latest revision as of 20:56, 15 September 2025
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;
}
}