This commit is contained in:
Skylar Grant 2024-09-03 19:40:25 -04:00
parent de71f98284
commit 3e0139774b
1 changed files with 2 additions and 2 deletions

View File

@ -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;