theme: Adjust colors to match the mockup closer

This commit is contained in:
Dorota Czaplejewicz
2019-07-01 11:34:55 +00:00
parent e46af41abf
commit 909b1e2a28

View File

@ -5,13 +5,11 @@
}
.key {
color: #ffffff;
background-gradient-direction: vertical;
background-gradient-start: rgba(0, 0, 0, 255);
background-gradient-end: rgba(64, 64, 64, 255);
border-width: 2px;
color: #dddddd;
background: #464449;
border-width: 0.5px;
border-color: rgba(128, 128, 128, 255);
border-radius: 3px;
border-radius: 2px;
}
.key:active {