mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
7 lines
171 B
CSS
7 lines
171 B
CSS
:root {
|
|
--text-color-primary: #343a40;
|
|
--bg-color-main: #fff;
|
|
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
|
|
--border-radius-m: 4px;
|
|
--space-factor: 0.25rem;
|
|
}
|