mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 19:54:35 +01:00
refactor: Consistent variable names, remove duplicates/unused in css
This commit is contained in:
@@ -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} {
|
||||
|
||||
Reference in New Issue
Block a user