Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit afdaed2

Browse files
author
Alex Wolfe
committed
fix background gradient
1 parent da48e6d commit afdaed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/resources/css/_theme.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
*/
66

77
.background-sky {
8-
background: linear-gradient(top, $ocean, $regal);
8+
background-color: $ocean;
9+
background: linear-gradient($ocean, $regal);
910
color: $snow;
1011
}
1112

0 commit comments

Comments
 (0)