Use a gresource to store the css

This makes build / test faster since one can skip install. It's
also more obvious which file is being used.
This commit is contained in:
Guido Günther
2019-07-04 15:50:46 +02:00
parent d530c1d6d6
commit aba242301d
6 changed files with 68 additions and 12 deletions

View File

@ -1,18 +0,0 @@
.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;
}