Update file style.css

This commit is contained in:
Jan BELLON 2024-03-08 22:29:40 +00:00
parent c2e5cb4042
commit 7b1654af70

View File

@ -44,6 +44,7 @@ input, textarea {
input[type='submit'], button {
background-color: var(--buttons);
color: var(--text);
border: 0;
border-radius: 10px;
}