fix background gradient

This commit is contained in:
Alex Wolfe 2015-03-05 10:02:21 -08:00
parent da48e6dc7e
commit afdaed237c
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
*/
.background-sky {
background: linear-gradient(top, $ocean, $regal);
background-color: $ocean;
background: linear-gradient($ocean, $regal);
color: $snow;
}