Difference between revisions of "MediaWiki:Darkvector.css"

Jump to navigation Jump to search
Dark mode updates
(Dark mode updates)
(Dark mode updates)
 
Line 40: Line 40:
body {
body {
background-color: rgba(42, 42, 42, 0.25);
background-color: rgba(42, 42, 42, 0.25);
}
pre,
.mw-code,
.wikiEditor-ui-toolbar {
background: unset !important;
}
}


.mw-body {
.mw-body {
background-color: rgba(51, 51, 51, 0.25);
background-color: rgba(51, 51, 51, 0.25);
}
.mw-content-ltr.mw-highlight-lines pre,
.mw-content-ltr.content .mw-highlight-lines pre {
box-shadow: unset;
}
}


Navigation menu