@@ -50,7 +50,7 @@
.entry-content {
font-size: var(--sticky-posts--entry-content-font-size);
- p {
+ > * {
color: var(--global--color-foreground-light);
}
@@ -86,7 +86,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
-.post.sticky .entry-content p {
+.post.sticky .entry-content > * {