body background <> background

This commit is contained in:
Lorin Werthen 2016-11-06 21:04:33 +01:00
parent 099e081eb8
commit 513a60f95d
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 2 additions and 3 deletions

View file

@ -29,7 +29,7 @@
} }
.project { .project {
background-color: $body-background; background-color: $background;
margin-top: 30px; margin-top: 30px;
} }

View file

@ -2,8 +2,7 @@
$zeus-orange: #FF7F00; $zeus-orange: #FF7F00;
$zeus-blue: #00C4FF; $zeus-blue: #00C4FF;
$background: white; $body-background: white;
$body-background: $background;
$tile-orange: #ff9f1a; $tile-orange: #ff9f1a;