From 1958c91a45ed4da18942697d60d247553b609498 Mon Sep 17 00:00:00 2001 From: benjaminaaron Date: Mon, 12 Feb 2024 07:44:02 +0100 Subject: [PATCH] Revert to restyling approach 25: white nav bar --- assets/css/style.css | 6 +++--- src/_data/nav.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 33e5931..45f7d7e 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -7,7 +7,7 @@ VERSION: 1.0.0 @import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Montserrat:300,400,500,600,700&display=swap"); :root { - --box-gradient: linear-gradient(to top right, #2da5b3, #3fecff); + --box-gradient: linear-gradient(to top right, #1b2c3f, #3c628c); --on-white-color: #384361; } @@ -95,7 +95,7 @@ body { .site-navigation { /* padding: 20px 0; */ - background: #3fecff; + background: #fff; position: fixed; top: 0; width: 100%; @@ -155,7 +155,7 @@ body { } .site-navigation .nav-link { - color: #fff; + color: #00113E; transition: all 0.3s ease; position: relative; } diff --git a/src/_data/nav.json b/src/_data/nav.json index 44c020c..7a7a9bc 100644 --- a/src/_data/nav.json +++ b/src/_data/nav.json @@ -3,7 +3,7 @@ "linkedinLink": "https://www.linkedin.com/company/foerderfunke", "githubLogo": "assets/images/github-mark.png", "githubLink": "https://github.com/Citizen-Knowledge-Graph", - "navLogo": "assets/images/funke_logo_with_text_27.png", + "navLogo": "assets/images/funke_logo_with_text_25.png", "navLinks": [ "de", "en"