Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
222 bytes added ,  19:24, 18 February 2022
no edit summary
Line 6: Line 6:
--label-color: #ffd28f;
--label-color: #ffd28f;
--line-color: #03611c;
--line-color: #03611c;
--dark-mode-background: darkgrey;
--dark-mode-background: #3e3e3e;
--dark-mode-secondary-background: darkgrey;
}
}


Line 83: Line 84:
.mw-dark-mode #mw-head {
.mw-dark-mode #mw-head {
     background: var(--dark-mode-background);
     background: var(--dark-mode-background);
}
.mw-dark-mode #catlinks {
    background: var(--dark-mode-secondary-background);
}
.mw-dark-mode .vector-menu-portal {
    background: var(--dark-mode-secondary-background);
}
}

Navigation menu