Fixed Navigation
This commit is contained in:
parent
fa15060098
commit
6713308bf7
@ -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)) {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user