fix bg color

This commit is contained in:
nevfy 2024-01-22 21:36:56 +04:00
parent b2c5f3eb73
commit 9834547483
1 changed files with 4 additions and 0 deletions

View File

@ -111,4 +111,8 @@
border-radius: 10px;
border: none;
margin-top: 1rem;
}
body {
background-color: whitesmoke;
}