diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-12 09:06:43 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-12 09:06:43 +0100 |
| commit | b2c6996754658c6853538423aaf18d2638aa395c (patch) | |
| tree | c050f77522ddfe334bb028df19457837e7bc0d2b /styles | |
| parent | 7bca44de33ae2d39fa4c53362f4bbbf600da2af7 (diff) | |
Fix header alignment and give some more hue to header
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/shared.scss | 6 |
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%); |
