A dark style for smartftp.com an ftp program.
smartftp.com - dark by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categorysmartftp
Created
Updated
Size616 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name smartftp.com - 15/01/2023, 6:12:56 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Dark style for smartdns a ftp program.
@author thermalzombie
==/UserStyle== */
@-moz-document domain("smartftp.com") {
/* Insert code here... */
body
{
background-color: #000000 !important;
}
th, #menu li.active > a, #menu a:hover, .ss-header
{
background-color: #FF0000 !important;
}
a, article, h1, h2, h3, h4, th, p, li, strong,
.ss-header
{
color: #FFFFFF !important;
}
}