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.
1 parent c463471 commit be4a0b3Copy full SHA for be4a0b3
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_halloween.png">
+ <img class="logo" src="/img/header_logo.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: #E39B36;
10
-$darkblue: #DB713B;
+$lightblue: #3BCCE5;
+$darkblue: #409AD6;
11
12
-$avatarLightBlue: #E39B36;
13
-$avatarDarkBlue: #DB713B;
+$avatarLightBlue: #3CCDE6;
+$avatarDarkBlue: #419BD7;
14
15
$tablet: 768px;
16
$smalldesktop: 1024px;
0 commit comments