Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
563 bytes added ,  20:16, 18 February 2022
no edit summary
Line 92: Line 92:
.mw-dark-mode .vector-menu-portal {
.mw-dark-mode .vector-menu-portal {
     background: var(--dark-mode-secondary-background);
     background: var(--dark-mode-secondary-background);
}
.mw-dark-mode #content {
    color: white;
}
.mw-dark-mode #mw-content-text {
    color: inherit;
}
.mw-dark-mode #firstHeading {
    color: inherit;
}
.mw-dark-mode #footer {
    color: white;
}
.mw-dark-mode #footer-info-lastmod {
    color: inherit;
}
.mw-dark-mode .vector-menu-heading {
color: white;
}
.mw-dark-mode .mw-body ul {
    list-style: none;
}
.mw-dark-mode .mw-body ul li::before {
    content: "\2022";
    color: white;
    display: inline-block;
    width: 0.75em;
    font-size: 1.5em;
    line-height: 1em;
    margin-left: -1em;
}
}

Navigation menu