@@ -53,11 +53,7 @@
}
.entry-content {
- color: var(--sticky-posts--color-text);
font-size: var(--sticky-posts--entry-content-font-size);
- > * {
- color: var(--global--color-foreground-low-contrast);
- }
@@ -87,14 +87,9 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
.post.sticky .entry-content {
-.post.sticky .entry-content > * {
-}
-
.sticky-post {
display: none;
@@ -83,7 +83,6 @@
--list--font-family: var(--global--font-secondary);
/* Sticky Posts */
- --sticky-posts--color-text: var(--global--color-foreground);
--sticky-posts--color-background: #F9F9F9;
--sticky-posts--entry-title-font-size: 24px;
--sticky-posts--entry-content-font-size: 20px;
@@ -111,7 +110,6 @@
--button--padding-vertical: 24px;
--button--padding-horizontal: 32px;
--sticky-posts--color-background: var(--global--color-background);
- --sticky-posts--color-text: var(--global--color-foreground-low-contrast);
--sticky-posts--alt-color-background: #2d3139;