MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
@media screen and (prefers-color-scheme: dark) { | @media screen and (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os | html.skin-theme-clientpref-os .vector-header .vector-dropdown-content { | ||
html.skin-theme-clientpref-os | background: #101418 !important; | ||
background-color: #101418 !important; | |||
border-color: rgba(255,255,255,0.18) !important; | |||
} | |||
html.skin-theme-clientpref-os .vector-header .vector-dropdown-content, | |||
html.skin-theme-clientpref-os .vector-header .vector-dropdown-content * { | |||
color: #f8f9fa !important; | |||
} | } | ||
html.skin-theme-clientpref-os | html.skin-theme-clientpref-os .vector-header .vector-dropdown-content a { | ||
color: #8ab4f8 !important; | |||
color: # | |||
} | } | ||
html.skin-theme-clientpref-os | html.skin-theme-clientpref-os .vector-header .vector-dropdown-content a:visited { | ||
color: #c58af9 !important; | |||
} | } | ||
} | } | ||