|
@@ -87,6 +87,7 @@
|
|
|
--sticky-posts--color-background: #F9F9F9;
|
|
|
--sticky-posts--entry-title-font-size: 24px;
|
|
|
--sticky-posts--entry-content-font-size: 20px;
|
|
|
+ --sticky-posts--alt-color-background: var(--global--color-background);
|
|
|
|
|
|
/* Forms */
|
|
|
--form--border-color: var(--global--color-secondary);
|
|
@@ -109,7 +110,8 @@
|
|
|
--primary-nav--color-background: var(--global--color-foreground-light);
|
|
|
--button--padding-vertical: 24px;
|
|
|
--button--padding-horizontal: 32px;
|
|
|
- --sticky-posts--color-background: #2d3139;
|
|
|
+ --sticky-posts--color-background: var(--global--color-background);
|
|
|
--sticky-posts--color-text: var(--global--color-foreground-light);
|
|
|
+ --sticky-posts--alt-color-background: #2d3139;
|
|
|
}
|
|
|
}
|