Skip to content

Commit be4a0b3

Browse files
committed
Revert "Merge pull request #106 from code-troopers/halloween-mode"
This reverts commit c463471, reversing changes made to 73911e7.
1 parent c463471 commit be4a0b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

site/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ partial "nav.html" . }}
22

33
<section id="company">
4-
<img class="logo" src="/img/header_logo_halloween.png">
4+
<img class="logo" src="/img/header_logo.png">
55
<!--<div class="logo" title="Logo Code-Troopers"></div>-->
66
<div class="introduction">
77
<div>

src/img/header_logo_halloween.png

-47.1 KB
Binary file not shown.

src/scss/_variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ $white: #FFF;
66
$greywhite: #F0F0F0;
77
$bloggrey: #969696;
88

9-
$lightblue: #E39B36;
10-
$darkblue: #DB713B;
9+
$lightblue: #3BCCE5;
10+
$darkblue: #409AD6;
1111

12-
$avatarLightBlue: #E39B36;
13-
$avatarDarkBlue: #DB713B;
12+
$avatarLightBlue: #3CCDE6;
13+
$avatarDarkBlue: #419BD7;
1414

1515
$tablet: 768px;
1616
$smalldesktop: 1024px;

0 commit comments

Comments
 (0)