body background <> background
This commit is contained in:
parent
099e081eb8
commit
513a60f95d
2 changed files with 2 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.project {
|
||||
background-color: $body-background;
|
||||
background-color: $background;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
$zeus-orange: #FF7F00;
|
||||
$zeus-blue: #00C4FF;
|
||||
|
||||
$background: white;
|
||||
$body-background: $background;
|
||||
$body-background: white;
|
||||
|
||||
$tile-orange: #ff9f1a;
|
||||
|
||||
|
|
Loading…
Reference in a new issue