From afdaed237c6a7dd75fba9a7b77ae795aa755baa2 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Thu, 5 Mar 2015 10:02:21 -0800 Subject: [PATCH] fix background gradient --- public/resources/css/_theme.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/resources/css/_theme.scss b/public/resources/css/_theme.scss index 64c3a59226..307020158d 100644 --- a/public/resources/css/_theme.scss +++ b/public/resources/css/_theme.scss @@ -5,7 +5,8 @@ */ .background-sky { - background: linear-gradient(top, $ocean, $regal); + background-color: $ocean; + background: linear-gradient($ocean, $regal); color: $snow; }