diff options
| author | s1n <[email protected]> | 2019-10-28 17:26:03 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-28 17:26:03 -0700 |
| commit | af19ee8cf4135bcef288d87654871be13a4ba3f0 (patch) | |
| tree | f7213f6d75e5aee358ef1e4f7d5884bf709cc128 /index.html | |
| parent | Merge branch 'master' of https://github.com/8cy/s1n.pw-admin (diff) | |
| download | s1n.pw-admin-af19ee8cf4135bcef288d87654871be13a4ba3f0.tar.xz s1n.pw-admin-af19ee8cf4135bcef288d87654871be13a4ba3f0.zip | |
home on navbar reverts stylesheet
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -->
|