mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-25 02:10:38 +02:00
No named colors and lowercase hex (#395)
* No named colors and lowercase hex * consistent
This commit is contained in:

committed by
Christopher Chedeau

parent
1ae3c64860
commit
8154ccd907
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user