diff --git a/site/layouts/index.html b/site/layouts/index.html index 498b1d224..fff4f56c7 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,7 +1,7 @@ {{ partial "nav.html" . }}
- +
diff --git a/src/img/header_logo_halloween.png b/src/img/header_logo_halloween.png new file mode 100644 index 000000000..ee4212968 Binary files /dev/null and b/src/img/header_logo_halloween.png differ diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index dc44bf80e..548c50ab6 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -6,11 +6,11 @@ $white: #FFF; $greywhite: #F0F0F0; $bloggrey: #969696; -$lightblue: #3BCCE5; -$darkblue: #409AD6; +$lightblue: #E39B36; +$darkblue: #DB713B; -$avatarLightBlue: #3CCDE6; -$avatarDarkBlue: #419BD7; +$avatarLightBlue: #E39B36; +$avatarDarkBlue: #DB713B; $tablet: 768px; $smalldesktop: 1024px;