diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 19:32:51 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 19:32:51 +0000 |
commit | 63262d56bd2f35017f564dbbba971d93d8eaba75 (patch) | |
tree | d6706f2427974bdadeac6419cd08175632d432f5 /themes/even/src/css/_variables.scss | |
parent | afb55727c56c72137c64f83fcd88c9de630db2e3 (diff) | |
download | capotej.com-63262d56bd2f35017f564dbbba971d93d8eaba75.tar.gz |
modify theme a bit, move tags to top
Diffstat (limited to 'themes/even/src/css/_variables.scss')
-rw-r--r-- | themes/even/src/css/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/even/src/css/_variables.scss b/themes/even/src/css/_variables.scss index 06d7507..4a95180 100644 --- a/themes/even/src/css/_variables.scss +++ b/themes/even/src/css/_variables.scss @@ -5,7 +5,7 @@ // ========== Theme Color ========== // // Config here to change theme color // Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet -$theme-color-config: 'Default'; +$theme-color-config: 'Mint Green'; // Default theme color map $theme-color-map: ( |