style: Make pressed button 20% lighter

This commit is contained in:
Dorota Czaplejewicz
2019-09-20 18:15:29 +00:00
parent 94b7ba1ccc
commit 54f9e61b6a

View File

@ -14,8 +14,8 @@
}
.key:active {
background: #1c71d8;
border-color: #3584e4;
background: #545256;
border-color: #716e78;
}
#Return {