From de65a4a656378bf56f49f9e13403b632c13f30ce Mon Sep 17 00:00:00 2001 From: Olena Chepurna Date: Sat, 14 Dec 2024 14:30:11 +0200 Subject: [PATCH] delete background color for header Co-authored-by: Volodymyr Soltys <64750958+volodymyr-soltys97@users.noreply.github.com> --- src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style.css b/src/style.css index c9cef39d7d..de50d99425 100644 --- a/src/style.css +++ b/src/style.css @@ -7,7 +7,6 @@ body { .header { width: 100%; - background-color: #fff; display: flex; flex-direction: row; border-style: dotted;