diff --git a/dice.css b/dice.css index da0aec9..5ff777f 100644 --- a/dice.css +++ b/dice.css @@ -2,8 +2,7 @@ .die { width: 100px; height: 100px; - background: #ff2222; - box-shadow:inset 0 0 40px #ccc; + background: #ff1111; border-radius: 10px; margin-left: 20px; margin-bottom: 20px;