From de11222e4cecfdfd4d45f3ec1220ebc1bcb9c8c1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 27 Jan 2022 15:58:14 +0100 Subject: chore: update logo Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme. --- src/styles/base/_colors.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/styles/base') diff --git a/src/styles/base/_colors.scss b/src/styles/base/_colors.scss index 1f90968..5d945bb 100644 --- a/src/styles/base/_colors.scss +++ b/src/styles/base/_colors.scss @@ -19,9 +19,10 @@ --color-border: #{var.$light-theme_grey}; --color-border-dark: #{var.$light-theme_grey-dark}; --color-border-light: #{var.$light-theme_grey-bright}; - --color-shadow: #{var.$light-theme_grey-dark-o40}; - --color-shadow-dark: #{var.$light-theme_grey-dark-o70}; - --color-shadow-light: #{var.$light-theme_grey-dark-o20}; + --color-shadow: #{var.$light-theme_grey-darker-o40}; + --color-shadow-dark: #{var.$light-theme_grey-darker-o70}; + --color-shadow-darker: #{var.$light-theme_grey-darker}; + --color-shadow-light: #{var.$light-theme_grey-darker-o20}; --color-token-red: #{var.$light-theme_red}; --color-token-green: #{var.$light-theme_green}; --color-token-purple: #{var.$light-theme_purple}; @@ -54,6 +55,7 @@ --color-border-light: #{var.$dark-theme_black-brighter}; --color-shadow: #{var.$dark-theme_grey-dark-o40}; --color-shadow-dark: #{var.$dark-theme_grey-dark-o70}; + --color-shadow-darker: #{var.$dark-theme_grey-dark}; --color-shadow-light: #{var.$dark-theme_grey-dark-o20}; --color-token-red: #{var.$dark-theme_red}; --color-token-green: #{var.$dark-theme_green}; -- cgit v1.2.3