From 838f98eb5da7a1d7716e1a2d36502e98fd97d998 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 22:27:17 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 8 -------- 1 file changed, 8 deletions(-) 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);