@@ -34,8 +34,16 @@
padding-top: var(--global--spacing-vertical);
}
-.sticky {
+.post.sticky { // .post class needed to make this stronger
background: var(--sticky-posts--color-background);
+
+ .entry-title {
+ font-size: var(--sticky-posts--entry-title-font-size);
+ }
+ .entry-content {
+ font-size: var(--sticky-posts--entry-content-font-size);
.sticky-post {
@@ -62,10 +62,18 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
+.post.sticky {
+.post.sticky .entry-title {
+}
+.post.sticky .entry-content {
display: none;
@@ -74,6 +74,8 @@
--list--font-family: var(--global--font-secondary);
/* Sticky Posts */
--sticky-posts--color-background: #F9F9F9;
+ --sticky-posts--entry-title-font-size: 24px;
+ --sticky-posts--entry-content-font-size: 20px;
@media ( prefers-color-scheme: dark ) {