From 6713308bf7c0f65a5f7c3dcc737f7c3ab6f127c7 Mon Sep 17 00:00:00 2001 From: Jim Shepich III <73664586+epicshepich@users.noreply.github.com> Date: Tue, 18 Jan 2022 23:46:30 -0500 Subject: [PATCH] Fixed Navigation --- scripts/nav.php | 2 +- styles/theme.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/nav.php b/scripts/nav.php index e588cc8..82e0fbc 100644 --- a/scripts/nav.php +++ b/scripts/nav.php @@ -8,7 +8,7 @@ function page_comparator($a,$b){ function gen_nav_element($page){ if(isset($page->file)){ - $href = "/index.php?page=".$page->query_value; + $href = "index.php?page=".$page->query_value; $target = "_self"; //If the page is associated with a file, then point the navibar href to the file's query value. } elseif(isset($page->link)) { diff --git a/styles/theme.css b/styles/theme.css index 1796bcc..6b5cdd6 100644 --- a/styles/theme.css +++ b/styles/theme.css @@ -1,10 +1,10 @@ :root{ - --body-bg: linear-gradient(to bottom, #AEB2B8, #C7C9CB, #D7D7D8, #D7D7D8, #C7C9CB, #AEB2B8, #959BA3); + /*--body-bg: linear-gradient(to bottom, #AEB2B8, #C7C9CB, #D7D7D8, #D7D7D8, #C7C9CB, #AEB2B8, #959BA3);*/ --body-bg-color: rgba(0,0,0,0); --body-font: Fira; --header-bg: default/*linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.2))*/; - --header-bg-color: #44539C; + --header-bg-color: #5a6cc3; --header-color: #D8D8D8; --header-fontsize:250%; --header-font: Beleren;