|
@@ -11,6 +11,7 @@
|
|
--global--color-foreground: #000000;
|
|
--global--color-foreground: #000000;
|
|
--global--color-foreground-low-contrast: #333333;
|
|
--global--color-foreground-low-contrast: #333333;
|
|
--global--color-background: #fff;
|
|
--global--color-background: #fff;
|
|
|
|
+ --global--color-background-high-contrast: #F9F9F9;
|
|
--global--color-border: var(--global--color-secondary);
|
|
--global--color-border: var(--global--color-secondary);
|
|
/* Font Weight */
|
|
/* Font Weight */
|
|
--global--font-weight: 500;
|
|
--global--font-weight: 500;
|
|
@@ -89,7 +90,7 @@
|
|
--list--font-family: var(--global--font-secondary);
|
|
--list--font-family: var(--global--font-secondary);
|
|
|
|
|
|
/* Sticky Posts */
|
|
/* Sticky Posts */
|
|
- --sticky-posts--color-background: #F9F9F9;
|
|
|
|
|
|
+ --sticky-posts--color-background: var(--global--color-background-high-contrast);
|
|
--sticky-posts--entry-title-font-size: 24px;
|
|
--sticky-posts--entry-title-font-size: 24px;
|
|
--sticky-posts--entry-content-font-size: 20px;
|
|
--sticky-posts--entry-content-font-size: 20px;
|
|
--sticky-posts--alt-color-background: var(--global--color-background);
|
|
--sticky-posts--alt-color-background: var(--global--color-background);
|
|
@@ -115,7 +116,7 @@
|
|
--global--color-text-selection: #000000;
|
|
--global--color-text-selection: #000000;
|
|
--sticky-posts--color-background: var(--global--color-background);
|
|
--sticky-posts--color-background: var(--global--color-background);
|
|
--sticky-posts--alt-color-background: var(--global--color-background-high-contrast);
|
|
--sticky-posts--alt-color-background: var(--global--color-background-high-contrast);
|
|
- --primary-nav--color-background: var(--sticky-posts--alt-color-background);
|
|
|
|
|
|
+ --primary-nav--color-background: var(--global--color-background-high-contrast);
|
|
--primary-nav--dropdown-color-link: var(--global--color-foreground);
|
|
--primary-nav--dropdown-color-link: var(--global--color-foreground);
|
|
}
|
|
}
|
|
}
|
|
}
|