We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73911e7 + a70da36 commit c463471Copy full SHA for c463471
site/layouts/index.html
@@ -1,7 +1,7 @@
1
{{ partial "nav.html" . }}
2
3
<section id="company">
4
- <img class="logo" src="/img/header_logo.png">
+ <img class="logo" src="/img/header_logo_halloween.png">
5
<!--<div class="logo" title="Logo Code-Troopers"></div>-->
6
<div class="introduction">
7
<div>
src/img/header_logo_halloween.png
47.1 KB
src/scss/_variables.scss
@@ -6,11 +6,11 @@ $white: #FFF;
$greywhite: #F0F0F0;
$bloggrey: #969696;
8
9
-$lightblue: #3BCCE5;
10
-$darkblue: #409AD6;
+$lightblue: #E39B36;
+$darkblue: #DB713B;
11
12
-$avatarLightBlue: #3CCDE6;
13
-$avatarDarkBlue: #419BD7;
+$avatarLightBlue: #E39B36;
+$avatarDarkBlue: #DB713B;
14
15
$tablet: 768px;
16
$smalldesktop: 1024px;
0 commit comments