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.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/css/root.scss b/assets/css/root.scss
new file mode 100644
index 0000000..88d8614
--- /dev/null
+++ b/assets/css/root.scss
@@ -0,0 +1,14 @@
+:root {
+ font-size: 16px;
+ font-weight: 400;
+ font-family: 'Aleo', consolas;
+ line-height: 1.5;
+
+ --accent-1: hsl(152, 90%, 20%);
+ --accent-2: hsl(152, 90%, 30%);
+ --accent-3: hsl(152, 90%, 40%);
+ --accent-4: hsl(152, 90%, 50%);
+ --accent-5: hsl(152, 90%, 60%);
+ --accent-6: hsl(152, 90%, 70%);
+ --accent-7: hsl(152, 90%, 80%);
+} \ No newline at end of file