diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-10-11 23:14:54 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-10-11 23:14:54 +0200 |
| commit | ad941ff1dd8f282edb70d187c5ad0b593ddc17e7 (patch) | |
| tree | ba2f490da94a88d26a30079929c2554499a55f92 /styles | |
| parent | 34c1425dc85fe19402b9d2b3a63a3aaf7244ebc7 (diff) | |
Improve portfolio section
References #2
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 62d1612..97f9c10 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, 89%, 55%); -$accentLight: hsl(215, 89%, 69%); -$accentDark: hsl(215, 89%, 42%); +$accent: hsl(215, 50%, 55%); +$accentLight: hsl(215, 50%, 60%); +$accentDark: hsl(215, 50%, 42%); $dark: hsl(340, 13%, 5%); $light: hsl(214, 64%, 98%); $lightAlt: hsl(0, 0%, 100%); |
