MediaWiki:DarkMinerva.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 52: Line 52:
}
}
/* Active color */
/* Active color */
h2.list-header, .last-modified-bar, .last-modified-bar.active {
h2.list-header, #content .mw-index-pager-list-header {
background-color: #333 !important;
background-color: #333 !important;
color: #fff !important;
color: #ccc !important;
}
}
#content .mw-index-pager-list-header {
.last-modified-bar, .last-modified-bar.active {
background-color: #333 !important;
background-color: #333 !important;
color: #ccc !important;
color: #fff !important;
}
}