From e0e4e6d1f075a762d75a4b5572d376169d5a695f Mon Sep 17 00:00:00 2001 From: alejandroch495 <72459744+alejandroch495@users.noreply.github.com> Date: Mon, 23 Nov 2020 05:01:08 -0800 Subject: [PATCH] screen update Fixed background color and updated styling on screen --- styling/styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styling/styles.css b/styling/styles.css index 8684cc5..7f4805b 100644 --- a/styling/styles.css +++ b/styling/styles.css @@ -29,7 +29,7 @@ body { display: grid; grid-template: auto 1fr/ auto; grid-column: auto; - background: rgb(31, 31, 31); + background: rgb(32, 32, 32); font-size: 3em; color: #ffffff9f; text-shadow: 2px 2px 1px #313131; @@ -39,8 +39,7 @@ body { text-align: center; height: 108px; padding: 15px; - border-top-right-radius: 25px; - border-top-left-radius: 25px; + border-radius: 25px; display: grid; grid-template: auto 1fr/ auto; grid-column: auto;