From fb5de88cf2a862a13bee6e950455aee8436b92d7 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Mon, 27 Apr 2015 21:41:51 -0400 Subject: [PATCH] Adjusted color and removed box shadow. --- dice.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;