Bundle keyboard definitions

This allows running uninstalled from a git repo

Closes: #21, #29
This commit is contained in:
Hysterical Raisins
2019-07-11 12:55:38 +02:00
parent f47ef09a1f
commit 5efb4cc58d
6 changed files with 65 additions and 71 deletions

18
data/style.css Normal file
View File

@ -0,0 +1,18 @@
.keyboard {
background-color: rgba(0, 0, 0, 255);
color: #ffffff;
font-family: cantarell, sans-serif;
}
.key {
color: #deddda;
background: #464448;
border-width: 0.5px;
border-color: #5e5c64;
border-radius: 2px;
}
.key:active {
background: #1c71d8;
border-color: #3584e4;
}