Update file style.css

This commit is contained in:
Jan BELLON 2024-03-08 22:27:17 +00:00
parent cadfa4a6d0
commit 838f98eb5d

View File

@ -31,14 +31,6 @@ header, footer {
justify-content: space-between;
}
nav {
border-bottom: 1px solid var(--text);
}
footer {
border-top: 1px solid var(--text);
}
input, textarea {
background-color: var(--background);
color: var(--text);