diff --git a/_data/navigation.csv b/_data/navigation.csv index 9084428..47158e6 100644 --- a/_data/navigation.csv +++ b/_data/navigation.csv @@ -1,6 +1,7 @@ name,link,img home,/ about,/about +gallery,/personal/gallery journal,/journal comics,/comic link dump,/linklink diff --git a/_sass/main.scss b/_sass/main.scss index 70b9293..102dc5b 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -22,7 +22,7 @@ html::before { z-index: 100; } -.truecolor { z-index: 101; position: relative; } +.truecolor { z-index: 100; position: relative; } html, body { color: black; diff --git a/assets/css/typeboot.css b/assets/css/typeboot.css index ea6d7af..53332c3 100644 --- a/assets/css/typeboot.css +++ b/assets/css/typeboot.css @@ -1,7 +1,7 @@ #typeboot { position: fixed; top: 0; left: 0; width: 200%; height: 100%; - z-index: 100; + z-index: 101; pointer-events: none; }