make color variables selectable in cloudcannon

This commit is contained in:
sakrecoer 2020-08-10 17:31:05 +02:00
parent 11d3e1f5fd
commit 7e61046352
12 changed files with 117 additions and 90 deletions

View file

@ -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;