From e25e884596cf07a5dee77ba2dc841b45b14f2ac5 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 3 May 2021 11:59:37 +0530 Subject: now adding new themes/colorschemes is easier and cleaner --- src/components/Header/Header.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/Header') diff --git a/src/components/Header/Header.scss b/src/components/Header/Header.scss index 4e5253d..73f0e45 100644 --- a/src/components/Header/Header.scss +++ b/src/components/Header/Header.scss @@ -19,7 +19,7 @@ padding: none; width: 100%; height: 5rem; - background-color: $altBG; + background-color: $background2; box-shadow: $defBigShadow; } @@ -30,7 +30,7 @@ nav a { text-decoration: none; padding: 0.3rem; - color: $defLink; + color: $link1; } .placeholder { @@ -44,5 +44,5 @@ nav a { p, h1, h2, h3, h4, h5, h6 { - color: $defFG; + color: $foreground1; } -- cgit v1.2.3