File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1023,6 +1023,9 @@ html ::selection {
10231023 width : 33% ; } }
10241024
10251025.element {
1026+ background-image : linear-gradient (# ffe4db, # fff );
1027+ background-repeat : no-repeat;
1028+ background-size : 100% 4rem ;
10261029 border-top : 2px solid # ff470f ;
10271030 overflow : hidden;
10281031 padding-bottom : 3rem ;
Original file line number Diff line number Diff line change 11.element
2+ background-image : lin ear- gradient($primary-light , #fff )
3+ background-repeat : no-repeat
4+ background-size : 100% 4rem
25 border-top : 2px solid $primary
36 overflow : hidden
47 padding-bottom : 3rem
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $alpha: $orange
2525$alpha-invert : $orange-invert
2626
2727$orange-dark : hsl(14 , 100% , 33% )
28- $orange-light : hsl(14 , 100% , 98 % )
28+ $orange-light : hsl(14 , 100% , 93 % )
2929
3030$turquoise-dark : hsl(171 , 100% , 21% )
3131$turquoise-light : hsl(171 , 100% , 96% )
You can’t perform that action at this time.
0 commit comments