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