Change CSS variable names + create a themer #109

Merged
a3thakra merged 5 commits from adi-create-themer into main 2021-08-03 19:37:03 -04:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 8a021f32b2 - Show all commits

View File

@ -7,6 +7,10 @@
justify-content: space-between;
}
.controls > *:first-child {
margin-right: calc(20rem / 16);
}
.palette {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(calc(150rem / 16), 1fr));