mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
No named colors and lowercase hex (#395)
* No named colors and lowercase hex * consistent
This commit is contained in:
parent
1ae3c64860
commit
8154ccd907
7 changed files with 57 additions and 64 deletions
|
@ -1,11 +1,7 @@
|
|||
:root {
|
||||
--text-color-primary: #333;
|
||||
|
||||
--bg-color-main: white;
|
||||
|
||||
--bg-color-main: #fff;
|
||||
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
|
||||
|
||||
--border-radius-m: 4px;
|
||||
|
||||
--space-factor: 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue