mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: Consistent variable names, remove duplicates/unused in css
This commit is contained in:
parent
3aab81bc35
commit
2712a06ab8
14 changed files with 60 additions and 65 deletions
|
@ -37,7 +37,7 @@
|
|||
position: relative;
|
||||
|
||||
// for modals, reset blurry bg
|
||||
background: var(--bg-color-island);
|
||||
background: var(--island-bg-color);
|
||||
backdrop-filter: none;
|
||||
|
||||
@media #{$is-mobile-query} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue