Popular public torrent site.
ext - dark by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categoryext
Created
Updated
Code size781 B
Code checksumd5d7897e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ext - dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Thermalzombie
==/UserStyle== */
@-moz-document url-prefix("https://ext.to") {
/* Insert code here... */
body
{
background-color: #000000 !important;
}
.card-body
{
background-color: #0000FF !important;
}
tr
{
background-color: #222222 !important;
}
.table tr td, .table th
{
border-bottom: 2px #0000FF solid !important;
}
h1, h2, h3, h4, h5,
a, b, p, select, input, span, .related-posted, .text-danger, .add-block-wrapper, .nav-link, .table
{
color: #FFFFFF!important;
}
}