Editing Module:Sidebar/styles.css
Appearance
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 172: | Line 172: | ||
/* Disable backgrounds via style attribute in night mode Eg.https://phabricator.wikimedia.org/F55243859 | /* Disable backgrounds via style attribute in night mode Eg.https://phabricator.wikimedia.org/F55243859 | ||
* https://en.wikipedia.org/w/index.php?title=Laissez-faire | * https://en.wikipedia.org/w/index.php?title=Laissez-faire | ||
* Less the usual @media screen because of @media print below | |||
*/ | */ | ||
Line 185: | Line 186: | ||
} | } | ||
@media | @media (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-list-title, | html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-list-title, | ||
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-title-with-pretitle { | html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-title-with-pretitle { |