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; }