finished some TODOs + added more

This commit is contained in:
2025-12-02 17:26:23 -05:00
parent b536bb0575
commit 1a397c43c9
6 changed files with 15 additions and 9 deletions
+4
View File
@@ -37,9 +37,13 @@ header {
.logo {
font-size: 1.5rem;
font-weight: bold;
transition: color 0.5s ease;
color: var(--gold);
text-decoration: none;
}
.logo:hover {
color: white;
}
.navLink {
color: var(--gold);