Make light grey text black to increase contrast for reading.
eclecticlight.co by uncoy
Details
Authoruncoy
LicenseCC Share-Alike
Categoryeclecticlight.co
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name eclecticlight.co
@namespace github.com/openstyles/stylus
@version 1.1.0
@description Makes it much easier to read nested comments
@author Me
==/UserStyle== */
@-moz-document domain("eclecticlight.co") {
/* Insert code here... */
/* ==UserStyle==
@name eclecticlight.co
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("eclecticlight.co") {
/* Insert code here... */
.comment__content, #main p {color: black;}
.comments-area {
width: 800px;
}
.toolbar {display: none;}
.has_sidebar .site-main:before {
border-right: 0;
}
.entry-content ul:not(.blocks-gallery-grid):not(.wp-block-jetpack-slideshow_swiper-wrapper):not(.wp-block-gallery), .entry-content ol:not(.blocks-gallery-grid):not(.wp-block-jetpack-slideshow_swiper-wrapper):not(.wp-block-gallery), .comment ul:not(.blocks-gallery-grid):not(.wp-block-jetpack-slideshow_swiper-wrapper):not(.wp-block-gallery), .comment ol:not(.blocks-gallery-grid):not(.wp-block-jetpack-slideshow_swiper-wrapper):not(.wp-block-gallery) {
margin-left: .0em;
}
.comments-area .wp-block-quote[class] {
border: 0;
font-family: "Playfair Display",serif;
font-size: .9em;
font-weight: 400;
line-height: 1;
margin-bottom: 1em;
margin-top: 1em;
margin-left: 10px;
padding-left: 10px;
background-color: whitesmoke;
padding-bottom: 1em;
padding-right: 6px;
padding-top: 1em;
position: relative;
text-align: left;
}
.comments-area blockquote:before {
content: none;
left: inherit;
padding: 0;
position: absolute;
top: 0;
transform: inherit;
}
.comments-area blockquote:after {
border: none;
border-width: 0;
bottom: 0;
box-shadow: none;
content: none;
display: block;
pointer-events: none;
position: inherit;
top: 0;
width: inherit;
}
}
}