make color variables selectable in cloudcannon
This commit is contained in:
parent
11d3e1f5fd
commit
7e61046352
12 changed files with 117 additions and 90 deletions
|
|
@ -7,8 +7,8 @@
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
background-size: 100%;
|
||||
background: _palette(bg-alt);
|
||||
background: linear-gradient(180deg, _palette(bg-alt) 0%, _palette(accent1-alt) 180%);
|
||||
background: var(--bg-alt);
|
||||
background: linear-gradient(180deg, var(--bg-alt) 0%, var(--accent1-alt) 180%);
|
||||
|
||||
> section {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue