@@ -47,6 +47,9 @@
.entry-content {
font-size: var(--sticky-posts--entry-content-font-size);
+ p {
+ color: var(--global--color-foreground-light);
+ }
}
@@ -84,6 +84,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
+.post.sticky .entry-content p {
+}
+
.sticky-post {
display: none;