Co-authored-by: dutchie032 <dutchie032>
This commit is contained in:
2025-04-25 17:09:19 +02:00
committed by GitHub
co-authored by dutchie032 <dutchie032>
parent cd6c158a0e
commit 743ec6495a
7 changed files with 259 additions and 87 deletions
+7 -1
View File
@@ -39,7 +39,7 @@
<main>
<div class="reference-container">
<div class="side-nav">
<h4>Contents</h4>
<h4 class="side-nav-title"></h4>
<ul>
<li><a href="#introduction" class="side-nav-h2">Introduction</a></li>
<li><a href="#stages" class="side-nav-h2">Stages</a></li>
@@ -91,6 +91,12 @@
<footer>
<p>&copy; 2025 Spearhead Project</p>
</footer>
<style>
.side-nav a.active {
font-weight: bold;
color: #4fc3f7;
}
</style>
</body>
</html>