MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
body {
body {
     background: #E0E0E0;
     background: #E0E0E0;
}
@media (prefers-color-scheme: dark){
body, .mw-page-container {
background: #282828;
}
}
}