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;
}
}