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
@ -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 {
|
||||
|
Reference in New Issue
Block a user