@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("nytimes.com") {
body, span, div {
  color: #ffffff !important;
  background: #0f0800 !important;
  border-color: #1f1f1f !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffdfbf !important;
  background: #0f0800 !important;
}

li {
  color: #ffffff !important;
  background: #08000f !important;
  border-color: #3f3f3f !important;
}

a {
  color: #8f7fff !important;
}
}