dynamise gradient colors
This commit is contained in:
parent
e8b32e4519
commit
95ee751fa7
3 changed files with 7 additions and 7 deletions
|
|
@ -7,8 +7,8 @@
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
background-size: 100%;
|
||||
background: rgb(31,23,41);
|
||||
background: linear-gradient(180deg, rgba(31,23,41,1) 26%, rgba(56,255,89,0.25) 100%);
|
||||
background: _palette(bg-alt);
|
||||
background: linear-gradient(180deg, _palette(bg-alt) 0%, _palette(accent1-alt) 180%);
|
||||
|
||||
> section {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue