fix background gradient
This commit is contained in:
parent
da48e6dc7e
commit
afdaed237c
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user