Skip to content

Commit

Permalink
revert halloween colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboll committed Mar 19, 2024
1 parent cc2c082 commit 036e7b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ $white: #FFF;
$greywhite: #F0F0F0;
$bloggrey: #323232;

$lightblue: #E39B36;
$darkblue: #DB713B;
$lightblue: #3BCCE5;
$darkblue: #409AD6;

$avatarLightBlue: #E39B36;
$avatarDarkBlue: #DB713B;
$avatarLightBlue: #3CCDE6;
$avatarDarkBlue: #419BD7;

$tablet: 768px;
$smalldesktop: 1024px;
Expand Down

0 comments on commit 036e7b9

Please sign in to comment.