Make button focus more clear

This commit is contained in:
mathias 2019-08-06 03:09:50 +03:00
parent e76995b83b
commit fb663f66a0

View file

@ -170,7 +170,7 @@ li {
.button:focus { .button:focus {
box-shadow: box-shadow:
inset 0 .250em .250em rgba(0, 0, 0, .1), inset 0 -1px 1px .15em rgba(0, 0, 0, .15),
0 8px 15px rgba(0, 0, 0, .22); 0 8px 15px rgba(0, 0, 0, .22);
} }