mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-16 05:50:03 +02:00
8 lines
164 B
CSS
8 lines
164 B
CSS
:root {
|
|
--text-color-primary: #333;
|
|
--bg-color-main: #fff;
|
|
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
|
|
--border-radius-m: 4px;
|
|
--space-factor: 4px;
|
|
}
|