aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/shared.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/styles/shared.scss b/styles/shared.scss
index 97f9c10..22a7292 100644
--- a/styles/shared.scss
+++ b/styles/shared.scss
@@ -1,9 +1,9 @@
$mainFontStack: 'Sen Variable', 'Arial', system-ui, sans-serif;
$monoFontStack: 'Fira Code', 'Consolas', monospace;
-$accent: hsl(215, 50%, 55%);
-$accentLight: hsl(215, 50%, 60%);
-$accentDark: hsl(215, 50%, 42%);
+$accent: hsl(209, 94%, 42%);
+$accentLight: hsl(215, 90%, 60%);
+$accentDark: hsl(215, 90%, 30%);
$dark: hsl(340, 13%, 5%);
$light: hsl(214, 64%, 98%);
$lightAlt: hsl(0, 0%, 100%);