fix bg color

This commit is contained in:
nevfy 2024-01-22 21:36:56 +04:00
parent b2c5f3eb73
commit 9834547483

View file

@ -112,3 +112,7 @@
border: none; border: none;
margin-top: 1rem; margin-top: 1rem;
} }
body {
background-color: whitesmoke;
}