Add frame rendering, fix style sheet to show key borders

This commit is contained in:
David Boddie
2019-07-31 20:43:10 +00:00
parent 537ded4b58
commit 0b59262e95
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,7 @@
.key {
color: #deddda;
background: #464448;
border-style: inset;
border-width: 0.5px;
border-color: #5e5c64;
border-radius: 2px;