Content deleted Content added
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:
@media (prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-list-title,
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-title-with-pretitle {
background: transparent !important;
}
|