mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: Consistent CSS variable names and general housekeeping of styles (#2947)
This commit is contained in:
parent
9c0f832a41
commit
9dd2257932
14 changed files with 149 additions and 147 deletions
|
@ -45,7 +45,7 @@
|
|||
position: sticky;
|
||||
top: 0;
|
||||
padding: calc(var(--space-factor) * 2);
|
||||
background: var(--bg-color-island);
|
||||
background: var(--island-bg-color);
|
||||
font-size: 1.25em;
|
||||
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue