From edaeaf08b8750e8278b18484ff8e0aa180fe3fab Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 02:18:06 +0400 Subject: Moved actual theme --- _scss/_variables.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _scss/_variables.scss (limited to '_scss/_variables.scss') diff --git a/_scss/_variables.scss b/_scss/_variables.scss new file mode 100644 index 0000000..f518ff4 --- /dev/null +++ b/_scss/_variables.scss @@ -0,0 +1,9 @@ +$color-bg: #212529; +$color-bg-alt: hwb(0deg 0% 100% / 20%); +$color-bg-code: #2e3440; +$color-blossom: #85BCF2; +$color-fade: #4e6f8e; +$color-header: #1b1f22; +$color-text: #dee2e6; +$font-family-base: "Jost", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +$font-size-base: 1.8rem; \ No newline at end of file -- cgit v1.2.3