From c5affebc6f977d3414d875e4bc87ad8418b76168 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 12 Sep 2024 11:31:39 +0000 Subject: Added global styles --- src/scss/_variables.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/scss/_variables.scss (limited to 'src/scss/_variables.scss') diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss new file mode 100644 index 0000000..9c69c8f --- /dev/null +++ b/src/scss/_variables.scss @@ -0,0 +1,22 @@ +$color-bg: #212529; +$color-bg-alt: hwb(0deg 0% 100% / 20%); +$color-bg-code: #3b3d42; +$color-blossom: #6da13f; +$color-fade: #598332; +$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; -- cgit v1.2.3