Minor cleanup and deploy

This commit is contained in:
2026-06-18 14:37:29 -04:00
parent d231ceded9
commit 9d2da03f61
10 changed files with 70 additions and 94 deletions
+4 -4
View File
@@ -56,13 +56,13 @@
}
.nav-item ::deep a.active {
background-color: rgba(255,255,255,0.37);
color: white;
background-color: rgba(88, 166, 255, 0.2);
color: #58a6ff;
}
.nav-item ::deep a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
background-color: rgba(88, 166, 255, 0.1);
color: #58a6ff;
}
@media (min-width: 641px) {