diff --git a/styles.css b/styles.css index 2aa9e34..c4e4d39 100644 --- a/styles.css +++ b/styles.css @@ -5,12 +5,12 @@ height: 380px; width: 400px; margin: auto; - background-color: #191b28; + background-color: #dcdbe1; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; } .display-box { font-family: 'Orbitron', sans-serif; - background-color: #dcdbe1; + background-color: #191b28; border: solid black 0.5px; color: black; border-radius: 5px; @@ -35,4 +35,4 @@ input:active[type=button] { -webkit-box-shadow: inset 0px 0px 5px #c1c1c1; -moz-box-shadow: inset 0px 0px 5px #c1c1c1; box-shadow: inset 0px 0px 5px #c1c1c1; -} \ No newline at end of file +}