Module:Sidebar/styles.css: Difference between revisions
Appearance
Also apply to .sidebar-title-with-pretitle (see previous edit) |
Allow templates such as Elections_in_India to opt out of night mode styles via a notheme class. |
||
Line 173: | Line 173: | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
/* automatic mode */ | /* automatic mode */ | ||
html.skin-theme-clientpref-os .sidebar-list-title, | html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-list-title, | ||
html.skin-theme-clientpref-os .sidebar-title-with-pretitle { | html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-title-with-pretitle { | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
} | } |