change default background colors

This commit is contained in:
Gus Esquivel 2017-05-17 08:26:12 -05:00
parent 86b73ea291
commit bb3a8251ef
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ body {
background-color: $background;
margin-left: 50px;
color: $text-color;
background-image: radial-gradient(ellipse farthest-side at center top, #FCFCFC 0%, #657383 100%);
}
.container {

File diff suppressed because one or more lines are too long