Minor button focus tweaks

This commit is contained in:
mathias 2019-08-06 03:13:40 +03:00
parent fb663f66a0
commit 3436d9dc89

View file

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