Skip to content

Commit

Permalink
Revert "Revert "Merge pull request #106 from code-troopers/halloween-…
Browse files Browse the repository at this point in the history
…mode""

This reverts commit be4a0b3.
  • Loading branch information
CedricGatay committed Oct 10, 2022
1 parent 4b3c8cd commit 7388d97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ partial "nav.html" . }}

<section id="company">
<img class="logo" src="/img/header_logo.png">
<img class="logo" src="/img/header_logo_halloween.png">
<!--<div class="logo" title="Logo Code-Troopers"></div>-->
<div class="introduction">
<div>
Expand Down
Binary file added src/img/header_logo_halloween.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7388d97

Please sign in to comment.