aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-02 00:41:26 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-02 00:41:26 +0200
commite8db08f5556aecf2f2b90324376b2994d9fa3786 (patch)
tree5918e878d9b867a38b08fc284e1e3a996f87feb0 /assets
parentc7a4a7f29526e9be7756b16cac947eea68ccf61d (diff)
Update accent colors in _root.scss
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_root.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/_root.scss b/assets/css/_root.scss
index e04a427..fb8c8f1 100644
--- a/assets/css/_root.scss
+++ b/assets/css/_root.scss
@@ -13,11 +13,11 @@
--footer-background: #212121;
--footer-color: #ffffff;
- --accent-1: hsl(152, 90%, 20%);
- --accent-2: hsl(152, 90%, 30%);
- --accent-3: hsl(152, 90%, 40%);
- --accent-4: hsl(152, 90%, 60%);
- --accent-5: hsl(152, 90%, 80%);
+ --accent-1: hsl(36, 100%, 50%);
+ --accent-2: hsl(36, 100%, 60%);
+ --accent-3: hsl(36, 100%, 70%);
+ --accent-4: hsl(36, 100%, 80%);
+ --accent-5: hsl(36, 100%, 90%);
--shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}