make color variables selectable in cloudcannon
This commit is contained in:
parent
11d3e1f5fd
commit
7e61046352
12 changed files with 117 additions and 90 deletions
|
|
@ -3,13 +3,13 @@
|
|||
.logo, #sticky {
|
||||
filter: blur(0px);
|
||||
opacity: 1;
|
||||
background-color: _palette(bg);
|
||||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
.blurredout {
|
||||
filter: blur(0px);
|
||||
opacity: 1;
|
||||
background-color: _palette(bg);
|
||||
background-color: var(--bg);
|
||||
-webkit-transition: all 400ms ease-in;
|
||||
-moz-transition: all 400ms ease-in;
|
||||
transition: all 400ms ease-in;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue