Difference between revisions of "MediaWiki:Vector.css"

From Dwaia Wiki
Jump to navigation Jump to search
(Created page with "body { background-color: #111; color: #eee; }")
 
Line 1: Line 1:
body {
+
.mw-body {
 
     background-color: #111;
 
     background-color: #111;
 
     color: #eee;
 
     color: #eee;
 
}
 
}

Revision as of 21:28, 26 January 2019

.mw-body {
    background-color: #111;
    color: #eee;
}