1
0
mirror of https://github.com/Foltik/Shimapan synced 2026-01-21 14:02:43 -05:00

Change key background to be more consistent

This commit is contained in:
Jack Foltz 2018-09-19 13:07:38 -04:00
parent 835a4aa384
commit 6820a4d2c6
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -6,8 +6,8 @@
.key {
background: #000;
border: 3px solid #2a9fd6;
border-radius: 5px;
border: 1px solid #2a9fd6;
border-radius: 4px;
box-shadow: 5px 5px 10px #000;
margin: 20px;
width: 300px;
@ -21,7 +21,7 @@
}
.key:hover {
box-shadow: 0 0 10px #eee;
box-shadow: 0 0 5px #eee;
}
.key i {