Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Revert to restyling approach 25: white nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Feb 12, 2024
1 parent e4ab7c3 commit 1958c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -95,7 +95,7 @@ body {

.site-navigation {
/* padding: 20px 0; */
background: #3fecff;
background: #fff;
position: fixed;
top: 0;
width: 100%;
Expand Down Expand Up @@ -155,7 +155,7 @@ body {
}

.site-navigation .nav-link {
color: #fff;
color: #00113E;
transition: all 0.3s ease;
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion src/_data/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1958c91

Please sign in to comment.