Makes comments more readable by darkening main comment text, widening the comment area to allow for nested comments and removing sidebar and borders which otherwise deface new widened comment area.
eclecticlight.co readable comments by foliovision
Details
Authorfoliovision
LicenseNo License
CategoryEclecticLight
Created
Updated
Size949 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This style is easily modifiable, as each area is commented. The sidebar areas for archives and tag clouds are gone in this style (as are page views but that's not important). Adding them back would be difficult while keeping the format roughly equivalent. As long as Howard keeps the main theme, it should be very easy to update for any new issues (more sidebar items for instance).
Source code
/* ==UserStyle==
@name eclecticlight.co readable comments
@version 20211202.14.09
@namespace userstyles.world/user/foliovision
@description Makes comments more readable by darkening main comment text, widening the comment area to allow for nested comments and removing sidebar and borders which otherwise deface new widened comment area.
@author foliovision
@license No License
==/UserStyle== */
@-moz-document domain("eclecticlight.co") {
.comment__content {color: black;} /* makes light grey comments readable for over forty eyes */
.single .comments-area, .page .comments-area {
width: 884px;} /* widens comment area to handle nested comments well */
#archives-4, #wp_tag_cloud-2, #blog-stats-2 {display: none;} /* removes relatively useless sidebar areas from comments section */
.site-main:before {border: none !important;} /* prevents border between blog post and sidebar from defacing comment section */
}