|
@@ -62,10 +62,18 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
padding-top: var(--global--spacing-vertical);
|
|
padding-top: var(--global--spacing-vertical);
|
|
}
|
|
}
|
|
|
|
|
|
-.sticky {
|
|
|
|
|
|
+.post.sticky {
|
|
background: var(--sticky-posts--color-background);
|
|
background: var(--sticky-posts--color-background);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.post.sticky .entry-title {
|
|
|
|
+ font-size: var(--sticky-posts--entry-title-font-size);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.post.sticky .entry-content {
|
|
|
|
+ font-size: var(--sticky-posts--entry-content-font-size);
|
|
|
|
+}
|
|
|
|
+
|
|
.sticky-post {
|
|
.sticky-post {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|