MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
} | } | ||
} | } | ||
@media screen and (prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os body .vector-header .vector-dropdown-content, | |||
html.skin-theme-clientpref-os body .vector-header .vector-dropdown-content * { | |||
filter: none !important; | |||
} | |||
html.skin-theme-clientpref-os body .vector-header .vector-dropdown-content.vector-dropdown-content { | |||
background: #101418 !important; | |||
background-color: #101418 !important; | |||
color: #fff !important; | |||
} | |||
html.skin-theme-clientpref-os body .vector-header .vector-dropdown-content .vector-menu-content { | |||
background: #101418 !important; | |||
background-color: #101418 !important; | |||
} | |||
} | |||