style: Use path instead of class for key

This commit is contained in:
Dorota Czaplejewicz
2019-09-26 10:34:24 +00:00
parent 27d54fb38a
commit 6b15f69e00
2 changed files with 45 additions and 19 deletions

View File

@ -4,7 +4,7 @@
font-family: cantarell, sans-serif;
}
.key {
button {
color: #deddda;
background: #464448;
border-style: solid;
@ -13,7 +13,7 @@
border-radius: 3px;
}
.key:active {
button:active {
background: #545256;
border-color: #716e78;
}