Style tidy
This commit is contained in:
fraxle
2026-06-06 00:23:42 +01:00
parent 98bb4c713c
commit 6da2f34b26
6 changed files with 29 additions and 51 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ header a {
padding-bottom: 2px;
transition: color 0.2s, border-color 0.2s;
}
header a:hover { color: #c8922a; border-bottom-color: rgba(200,146,42,0.5); }
header a:hover { color: #1e1208; border-bottom-color: #1e1208; text-decoration: none; }
header a.active { color: #c8922a; }
/* Desktop: nav-links renders inline as part of header flex row */