Personal use
towryDeRedStyle by towry
Details
Authortowry
LicenseMIT
Categoryreddit.com
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 towryDeRedStyle
@version 20240920.05.24
@namespace https://userstyles.world/user/towry
@description Personal use
@author towry
@license MIT
==/UserStyle== */
@-moz-document domain("www.reddit.com") {
.text-neutral-content .text-14,
#comment-tree .text-14 {
font-size: 1rem !important;
line-height: 1.375 !important;
font-family: Lora, 'gg sans', 'Microsoft YaHei New', 微软雅黑, 'Microsoft Yahei', 'Microsoft JhengHei', 宋体, SimSun, 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Symbols';
color: #b1b1b1 !important;
}
}