Tweaks to reddit
pball's reddit tweaks by pball
Details
Authorpball
LicenseNo License
Categoryreddit.com
Created
Updated
Size314 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 reddit
@version 20240411.23.57
@namespace ?
==/UserStyle== */
@-moz-document domain("reddit.com") {
/*Dividers between posts*/
.border-b-neutral-border-weak {
border-bottom-color: #8c8c8c;
}
/*Comment tree lines*/
[id="comment-tree"] {
--color-tone-4:#8c8c8c;
}
}