File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1023,6 +1023,9 @@ html ::selection {
1023
1023
width : 33% ; } }
1024
1024
1025
1025
.element {
1026
+ background-image : linear-gradient (# ffe4db, # fff );
1027
+ background-repeat : no-repeat;
1028
+ background-size : 100% 4rem ;
1026
1029
border-top : 2px solid # ff470f ;
1027
1030
overflow : hidden;
1028
1031
padding-bottom : 3rem ;
Original file line number Diff line number Diff line change 1
1
.element
2
+ background-image : lin ear- gradient($primary-light , #fff )
3
+ background-repeat : no-repeat
4
+ background-size : 100% 4rem
2
5
border-top : 2px solid $primary
3
6
overflow : hidden
4
7
padding-bottom : 3rem
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $alpha: $orange
25
25
$alpha-invert : $orange-invert
26
26
27
27
$orange-dark : hsl(14 , 100% , 33% )
28
- $orange-light : hsl(14 , 100% , 98 % )
28
+ $orange-light : hsl(14 , 100% , 93 % )
29
29
30
30
$turquoise-dark : hsl(171 , 100% , 21% )
31
31
$turquoise-light : hsl(171 , 100% , 96% )
You can’t perform that action at this time.
0 commit comments