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; } }")
(No difference)

Revision as of 23:47, 5 July 2020

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

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