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

@ -27,7 +27,7 @@
}
.context-menu-option:hover {
color: white;
color: #fff;
background-color: #4e95f5;
}