aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-12 22:59:14 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-12 22:59:14 +0100
commit3198544f5534822e8f02f49b9435a12126fc8525 (patch)
treefee7aa406820f92f830973cd0d1830b41ffe8621 /styles
parent2b13e3d12cac732500ab1364358b33eeff9d361d (diff)
Improve styling
Diffstat (limited to 'styles')
-rw-r--r--styles/shared.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/styles/shared.scss b/styles/shared.scss
index 066aa02..d36696f 100644
--- a/styles/shared.scss
+++ b/styles/shared.scss
@@ -5,9 +5,10 @@ $monoFontStack: 'Fira Code', 'Consolas', monospace;
$accent: hsl(209, 94%, 42%);
$accentLight: hsl(215, 90%, 60%);
$accentDark: hsl(215, 90%, 30%);
+$secondary: hsl(48, 100%, 50%);
$dark: hsl(340, 13%, 5%);
-$background: hsl(210, 40%, 98%);
+$background: hsl(210, 40%, 96%);
$light: hsl(214, 64%, 98%);
$lightAlt: hsl(0, 0%, 100%);