Template:Note/style.css: Difference between revisions
Jump to navigation
Jump to search
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 edit summary |
||
Line 1: | Line 1: | ||
.skin-theme-clientpref-night .box-note { | html.skin-theme-clientpref-night .box-note { | ||
color: #fff !important; | color: #fff !important; | ||
background-color: #261c09 !important; | background-color: #261c09 !important; | ||
Line 6: | Line 6: | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
.skin-theme-clientpref-os .box-note { | html.skin-theme-clientpref-os .box-note { | ||
color: #fff !important; | color: #fff !important; | ||
background-color: #261c09 !important; | background-color: #261c09 !important; |
Latest revision as of 18:18, 20 February 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;
}
}