diff --git a/timer.css b/timer.css index e608c4d..8be990f 100644 --- a/timer.css +++ b/timer.css @@ -1,6 +1,6 @@ body {text-align: center;} h1 {font-size:100%;} button {text-align:center; margin:10px; height:30px; font-size:150%;} -#box p {color: #ffa500; font-weight:bold;} #box {background-color: #ffffe0; border: black solid 3px; width:70%; height:20%; margin:0 auto;} -#box.change {background-color: #dcdcdc; border: black solid 3px; width:70%; height:20%; margin:0 auto;} +#box.change {background-color: #dcdcdc;} +#box p {color: #ffa500; font-weight:bold;}