Update style.css
All checks were successful
Test web app / Test server with Flask Dev Mode (push) Successful in 41s
Test web app / Test server with Gunicorn (WSGI) (push) Successful in 40s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 42s

This commit is contained in:
Nova Cat 2025-01-20 14:27:06 -08:00
parent 880f7acca6
commit 8205a26b41

View file

@ -51,6 +51,8 @@ input[type="file"]::file-selector-button:active {
color: white;
}
footer {
padding-bottom: 10px;
padding-top: 10px;
background-color: black;
text-align: center;
}