diff options
author | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-19 14:14:23 +0800 |
---|---|---|
committer | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-19 14:14:23 +0800 |
commit | fc7e421ae280d7bb99d689d0ef740f3d0398ee26 (patch) | |
tree | 51983f52a46bcaf38c3deb86e9511b89036c9bfc /assets | |
parent | 563c82dd5201bef76f5a9fb683c097bc9127d001 (diff) |
update: adjust header brand favicon, banner, etc
Diffstat (limited to 'assets')
-rw-r--r-- | assets/main.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/main.scss b/assets/main.scss index 393c8e9..112a9ef 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -4,7 +4,7 @@ // Default theme colors $theme-colors: ( - spacegrey: #222222, + spacegrey: #353535, inkpurple: #543581, aquablue: #00aaa0, azureblue: #2863b1, @@ -19,7 +19,7 @@ $theme-color: map-get($theme-colors, "spacegrey"); @if map-has-key($theme-colors, $theme-name) { $theme-color: map-get($theme-colors, $theme-name); } @else if str-index($theme-name, "#") == 1 { - $theme-color: {{ site.theme_color | default: '#222' }}; + $theme-color: {{ site.theme_color | default: '#353535' }}; } @import "yat"; |