aboutsummaryrefslogtreecommitdiff
path: root/assets/css/root.scss
diff options
context:
space:
mode:
authorAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-11-24 23:51:48 +0100
committerAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-11-24 23:51:48 +0100
commita82f0919d535ba5d86abfbe653bad8ba0fdcf51f (patch)
tree7df1d0bc1898d52bcca159854da48524e95c548d /assets/css/root.scss
parentdf5575079b87aeab1e1f14a6912ff3388f16e50a (diff)
More development
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