aboutsummaryrefslogtreecommitdiff
path: root/src/scss/_variables.scss
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-12 14:31:39 +0300
committerValentin Popov <valentin@popov.link>2024-09-12 14:31:39 +0300
commitc5affebc6f977d3414d875e4bc87ad8418b76168 (patch)
treec2736e92cf8cb9143a80a84ff7dc379e46328f2e /src/scss/_variables.scss
parentdc6c24e56a1c14876cf3a0b3184575458d686b6f (diff)
downloadpopov.link-c5affebc6f977d3414d875e4bc87ad8418b76168.tar.xz
popov.link-c5affebc6f977d3414d875e4bc87ad8418b76168.zip
Added global styles
Diffstat (limited to 'src/scss/_variables.scss')
-rw-r--r--src/scss/_variables.scss22
1 files changed, 22 insertions, 0 deletions
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;