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:
parent
835a4aa384
commit
6820a4d2c6
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user