refactor: Consistent variable names, remove duplicates/unused in css

This commit is contained in:
Panayiotis Lipiridis 2020-12-28 01:05:44 +02:00
parent 3aab81bc35
commit 2712a06ab8
14 changed files with 60 additions and 65 deletions

View file

@ -1,7 +1,7 @@
.excalidraw {
.Island {
--padding: 0;
background-color: var(--bg-color-island);
background-color: var(--island-bg-color);
backdrop-filter: saturate(100%) blur(10px);
box-shadow: var(--shadow-island);
border-radius: var(--border-radius-m);