True Black Ars Technica

Better blacken the Ars Technica dark theme.

目前為 2022-11-12 提交的版本,檢視 最新版本

/* ==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("tl.net")
{

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

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

}