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
|
@ -54,7 +54,7 @@ body {
|
|||
|
||||
input:focus {
|
||||
outline: transparent;
|
||||
box-shadow: 0 0 0 2px steelblue;
|
||||
box-shadow: 0 0 0 2px #4682b4;
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -66,7 +66,7 @@ button {
|
|||
outline: transparent;
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 2px steelblue;
|
||||
box-shadow: 0 0 0 2px #4682b4;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue