|
@@ -3,6 +3,7 @@
|
|
/* Font Family */
|
|
/* Font Family */
|
|
--global--font-primary: 'IBM Plex Mono', sans-serif;
|
|
--global--font-primary: 'IBM Plex Mono', sans-serif;
|
|
--global--font-secondary: 'Libre Franklin', sans-serif;
|
|
--global--font-secondary: 'Libre Franklin', sans-serif;
|
|
|
|
+ /* Colors */
|
|
--global--color-primary: #DB0042;
|
|
--global--color-primary: #DB0042;
|
|
--global--color-primary-hover: #DB0042;
|
|
--global--color-primary-hover: #DB0042;
|
|
--global--color-secondary: #555555;
|
|
--global--color-secondary: #555555;
|
|
@@ -71,6 +72,10 @@
|
|
--latest-posts--title-font-size: var(--global--font-size-lg);
|
|
--latest-posts--title-font-size: var(--global--font-size-lg);
|
|
|
|
|
|
--list--font-family: var(--global--font-secondary);
|
|
--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 ) {
|
|
@media ( prefers-color-scheme: dark ) {
|
|
@@ -83,5 +88,7 @@
|
|
--global--color-foreground-light: #ffffff;
|
|
--global--color-foreground-light: #ffffff;
|
|
--global--color-background: #080b11;
|
|
--global--color-background: #080b11;
|
|
--global--color-text-selection: #000000;
|
|
--global--color-text-selection: #000000;
|
|
|
|
+ --primary-nav--color-background: var(--global--color-foreground-light);
|
|
|
|
+ --sticky-posts--color-background: #1E1F21;
|
|
}
|
|
}
|
|
}
|
|
}
|