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;