diff --git a/html/src/css/style.css b/html/src/css/style.css index ccc77994..7350da27 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -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);