fix background gradient
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
*/
|
||||
|
||||
.background-sky {
|
||||
background: linear-gradient(top, $ocean, $regal);
|
||||
background-color: $ocean;
|
||||
background: linear-gradient($ocean, $regal);
|
||||
color: $snow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user