Make text white
iptorrents - textbright by thermalzombie

Details
Authorthermalzombie
LicenseNo License
Categoryiptorrents
Created
Updated
Code size394 B
Code checksum82cfe1ca
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name iptorrents - textbright
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Make text white
@author theralzombie
==/UserStyle== */
@-moz-document domain("iptorrents.com") {
/* Make text brighter */
b, td, span, .sub, .tTipWrap, blockquote
{
color: #FFFFFF !important;
}
}