Make youtube comment text light.
youtube.com - lighttext by thermalzombie

Details
Authorthermalzombie
LicenseNo License
Categoryyoutube
Created
Updated
Size390 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 youtube.com - lighttext
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Make youtube comment text light.
@author thermalzombie
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* Insert code here... */
.yt-formatted-string
{
color: #FFFFFF !important;
}
}