aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/abstracts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-27 15:58:14 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-27 16:13:18 +0100
commitde11222e4cecfdfd4d45f3ec1220ebc1bcb9c8c1 (patch)
tree630b5d3f33969873c48890f149e7f1f66435a7ed /src/styles/abstracts
parentd5d8a461f0ee8abdd5f19a6f5a7a288b1f025724 (diff)
chore: update logo
Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme.
Diffstat (limited to 'src/styles/abstracts')
-rw-r--r--src/styles/abstracts/_variables.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/styles/abstracts/_variables.scss b/src/styles/abstracts/_variables.scss
index 4e8e33a..79824dd 100644
--- a/src/styles/abstracts/_variables.scss
+++ b/src/styles/abstracts/_variables.scss
@@ -158,9 +158,10 @@ $light-theme_grey: hsl(206, 15%, 80%);
$light-theme_grey-bright: hsl(206, 20%, 86%);
$light-theme_grey-brighter: hsl(206, 15%, 90%);
$light-theme_grey-dark: hsla(206, 30%, 30%);
-$light-theme_grey-dark-o70: hsla(206, 10%, 25%, 0.7);
-$light-theme_grey-dark-o40: hsla(206, 10%, 25%, 0.4);
-$light-theme_grey-dark-o20: hsla(206, 10%, 25%, 0.2);
+$light-theme_grey-darker: hsla(206, 10%, 25%);
+$light-theme_grey-darker-o70: hsla(206, 10%, 25%, 0.7);
+$light-theme_grey-darker-o40: hsla(206, 10%, 25%, 0.4);
+$light-theme_grey-darker-o20: hsla(206, 10%, 25%, 0.2);
$light-theme_white: hsl(206, 15%, 97%);
$light-theme_white-dark: hsl(206, 20%, 93%);
$light-theme_white-o90: hsl(206, 15%, 97%, 0.9);