1,124
edits
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; | |||
} | } |