From 3e0139774b1c1114f17fb7be2d1845675f7a1de9 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 3 Sep 2024 19:40:25 -0400 Subject: [PATCH] . --- src/style/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/main.css b/src/style/main.css index fb8c5e3..0728ef5 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -77,7 +77,7 @@ body { align-items: center; padding-top: 20px; padding-bottom: 20px; - background: rgba(41, 41, 41, .6); + background: rgba(41, 41, 41, .82); margin-top: 0px; } @@ -135,7 +135,7 @@ form { .search_box { display: flex; - background: rgba(41, 41, 41, .6); + background: rgba(41, 41, 41, .82); width: 600px; padding: 0px; margin-bottom: 40px;