fix background gradient

This commit is contained in:
Alex Wolfe 2015-03-05 10:02:21 -08:00
parent da48e6dc7e
commit afdaed237c

View File

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