No named colors and lowercase hex (#395)

* No named colors and lowercase hex

* consistent
This commit is contained in:
Lipis 2020-01-16 20:16:08 +02:00 committed by Christopher Chedeau
parent 1ae3c64860
commit 8154ccd907
7 changed files with 57 additions and 64 deletions

View file

@ -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 {