Greasy Fork is available in English.

True Black Ars Technica

Better blacken the Ars Technica dark theme.

/* ==UserStyle==
@name        True Black Ars Technica
@description Better blacken the Ars Technica dark theme.
@author      Korakys
@namespace   https://arstechnica.com*
@version     1.0.0
@license     CC0
==/UserStyle== */
     
@-moz-document domain("arstechnica.com")
{

body, #content, footer#page-footer {
   background-color: black !important;
}

.thick-divide-top {
   border-top: 1px solid;
}

}