Module:Sidebar/styles.css: Difference between revisions

Content deleted Content added
actually, doesn't need to be high specificity
Line 174:
* Less the usual @media screen because of @media print below
*/
html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-list-title,
html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-title-with-pretitle {
background: transparent !important;
}
 
@media screen {
html.skin-theme-clientpref-night .sidebar .sidebar-title-with-pretitle a {
html.skin-theme-clientpref-night .sidebar-navbar {
color: var( --color-progressive ) !important;
background: black !important;
}
html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-list-title,
html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-title-with-pretitle {
background: transparent !important;
}
 
html.skin-theme-clientpref-night .sidebar .sidebar-title-with-pretitle a {
color: var( --color-progressive ) !important;
}
}
 
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .sidebar-navbar {
/* automatic mode */
background: black !important;
}
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-list-title,
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-title-with-pretitle {