From d8e647ea401f883a4e91fa2a52cd80093d5e8d35 Mon Sep 17 00:00:00 2001 From: webfussel Date: Tue, 21 May 2024 09:03:37 +0200 Subject: [PATCH] ADD: Customers --- Globals.css | 1 - components/Header/Header.css | 1 - 2 files changed, 2 deletions(-) diff --git a/Globals.css b/Globals.css index 80d4169..27231b4 100644 --- a/Globals.css +++ b/Globals.css @@ -117,7 +117,6 @@ h3 { a { text-decoration: none; - color: var(--color-link); transition: var(--transition-time); } diff --git a/components/Header/Header.css b/components/Header/Header.css index 801ae70..d205af8 100644 --- a/components/Header/Header.css +++ b/components/Header/Header.css @@ -5,7 +5,6 @@ .Header { padding: 15px calc(15vw - 30px); width: 100%; - color: var(--color-header); background: transparent; top: 0; position: fixed;