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

@ -5,7 +5,7 @@
width: 100%;
overflow: hidden;
z-index: 0;
background: _palette(bg);
background: var(--bg);
top: 0;
left: 0;
right: 0;