@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wikipedia.org") {
* { color: lime !important; background: none !important; background-color: black !important }
img { background-color: white !important;}
.mwe-math-mathml-a11y {all: unset;}
.mwe-math-fallback-image-inline {all: unset; display: none !important;}
a:link { color: green !important }
a:visited { color: limegreen !important } 
a:hover { color: gold !important }
a:active { color: red !important }
input[type=button], input[type=submit], input[type=reset]  { background-color: ButtonFace !important; color: ButtonText !important; border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight !important }
input[type=text], input[type=password], input[type=file] { background-color: Window !important; color: WindowText !important }

 
}