|
@@ -83,6 +83,7 @@
|
|
|
--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;
|
|
@@ -97,17 +98,18 @@
|
|
|
|
|
|
@media ( prefers-color-scheme: dark ) {
|
|
|
:root {
|
|
|
- --global--color-primary: #f00048;
|
|
|
+ --global--color-primary: #ff6a81;
|
|
|
--global--color-primary-hover: #ffffff;
|
|
|
- --global--color-secondary: #c0c0c0;
|
|
|
+ --global--color-secondary: #b2b2b2;
|
|
|
--global--color-secondary-hover: #cccccc;
|
|
|
--global--color-foreground: #b2b2b2;
|
|
|
--global--color-foreground-light: #ffffff;
|
|
|
- --global--color-background: #080b11;
|
|
|
+ --global--color-background: #1e1f21;
|
|
|
--global--color-text-selection: #000000;
|
|
|
--primary-nav--color-background: var(--global--color-foreground-light);
|
|
|
- --sticky-posts--color-background: #1E1F21;
|
|
|
--button--padding-vertical: 24px;
|
|
|
--button--padding-horizontal: 32px;
|
|
|
+ --sticky-posts--color-background: #2d3139;
|
|
|
+ --sticky-posts--color-text: var(--global--color-foreground-light);
|
|
|
}
|
|
|
}
|