Implemented Dark Mode and revised Nav Bar

This commit is contained in:
Joshua L3
2025-06-20 13:09:18 -06:00
parent 9168f0ac9c
commit 9d84adef81
5 changed files with 342 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
[
{ "name": "Home", "path": "/" },
{ "name": "Exams", "path": "/exams.html" },
{ "name": "Net Check-Ins", "path": "/net/index.html" },
{ "name": "Meshtastic", "path": "/mesh/index.html" },
{ "name": "Net Check-Ins", "path": "/net/" },
{ "name": "Meshtastic", "path": "/mesh/" },
{ "name": "History", "path": "/history.html" }
]