excalidraw/src/theme.css

8 lines
171 B
CSS
Raw Normal View History

:root {
--text-color-primary: #343a40;
--bg-color-main: #fff;
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
--border-radius-m: 4px;
2020-01-20 19:59:00 -03:00
--space-factor: 0.25rem;
}