Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,197
edits
(darken background for dark theme) |
(fix for citizen changes (hopefully)) |
||
Line 15: | Line 15: | ||
} | } | ||
@media screen | @media screen and (prefers-color-scheme: dark) { | ||
body.skin-timeless #mp-header { | body.skin-timeless #mp-header, | ||
html.skin-theme-clientpref-os body.skin-citizem #mp-header { | |||
border: 1px solid #939bc4; | border: 1px solid #939bc4; | ||
background-color: #30344a; | background-color: #30344a; | ||
Line 22: | Line 23: | ||
} | } | ||
html.skin-citizen | html.skin-theme-clientpref-night body.skin-citizen #mp-header { | ||
border: 1px solid #939bc4; | border: 1px solid #939bc4; | ||
background-color: #30344a; | background-color: #30344a; | ||
} | } |