aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_root.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_root.scss')
-rw-r--r--assets/css/_root.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/assets/css/_root.scss b/assets/css/_root.scss
deleted file mode 100644
index 500b15c..0000000
--- a/assets/css/_root.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-$accent: hsl(215, 89%, 55%);
-$accentLight: hsl(215, 89%, 69%);
-$accentDark: hsl(215, 89%, 42%);
-$dark: hsl(340, 13%, 5%);
-$light: hsl(214, 64%, 98%);
-$lightAlt: hsl(0, 0%, 100%);
-
-$shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
-
-$floatingRadius: 0.5rem;
-
-$breakpointTablet: 480px;
-$breakpointDesktop: 1024px;
-
-:root {
- font: 400 16px/1.65 $mainFontStack;
-}