Difference between revisions of "MediaWiki:Vector.css"

From Mudlet
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: @-moz-document url-prefix() { html.darkmode { background-color: #090909; } }")
 
 
Line 3: Line 3:
 
@-moz-document url-prefix() {
 
@-moz-document url-prefix() {
 
   html.darkmode {
 
   html.darkmode {
     background-color: #090909;
+
     background-color: #090909 !important;
 
   }
 
   }
 
}
 
}

Latest revision as of 23:49, 5 July 2020

/* CSS placed here will affect users of the Vector skin */

@-moz-document url-prefix() {
  html.darkmode {
    background-color: #090909 !important;
  }
}