summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-28 17:26:03 -0700
committers1n <[email protected]>2019-10-28 17:26:03 -0700
commitaf19ee8cf4135bcef288d87654871be13a4ba3f0 (patch)
treef7213f6d75e5aee358ef1e4f7d5884bf709cc128 /index.html
parentMerge branch 'master' of https://github.com/8cy/s1n.pw-admin (diff)
downloads1n.pw-admin-af19ee8cf4135bcef288d87654871be13a4ba3f0.tar.xz
s1n.pw-admin-af19ee8cf4135bcef288d87654871be13a4ba3f0.zip
home on navbar reverts stylesheet
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index bf3df45..97dfb72 100644
--- a/index.html
+++ b/index.html
@@ -74,7 +74,7 @@
<!-- Navigation Bar -->
<div class="navigation-bar">
<nav class="nav">
- <a href="#" class="nav-item" active-color="orange">Home</a> <!-- Had `is-active` after it but removed it due to not highlighting. -->
+ <a onclick="deactivateCheats()" href="#" class="nav-item" active-color="orange">Home</a> <!-- Had `is-active` after it but removed it due to not highlighting. -->
<a href="/about/" class="nav-item" active-color="green">About</a> <!-- About -->
<a href="https://p.s1n.pw/" class="nav-item" active-color="blue">Portfolio</a> <!-- Testimonials -->
<!--<a href="/doge" class="nav-item" active-color="red">Doge</a> <!-- Blog -->