From 5e041451f4cf0b39d0f079db5139ce1b4e69076a Mon Sep 17 00:00:00 2001 From: Vivian-Gabriela Date: Mon, 2 Jun 2025 17:02:09 -0300 Subject: [PATCH 1/2] Update styles.css --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +} From e07bf8f57aa488bdb57e558587113730ab1b7409 Mon Sep 17 00:00:00 2001 From: Vivian-Gabriela Date: Fri, 6 Jun 2025 15:02:49 -0300 Subject: [PATCH 2/2] Update styles.css