Adjusted color and removed box shadow.

This commit is contained in:
Douglas Muth 2015-04-27 21:41:51 -04:00
parent 35e3b8f579
commit fb5de88cf2

View file

@ -2,8 +2,7 @@
.die { .die {
width: 100px; width: 100px;
height: 100px; height: 100px;
background: #ff2222; background: #ff1111;
box-shadow:inset 0 0 40px #ccc;
border-radius: 10px; border-radius: 10px;
margin-left: 20px; margin-left: 20px;
margin-bottom: 20px; margin-bottom: 20px;