Improve accessibility and resolve website audit findings

This commit is contained in:
git
2026-07-27 10:55:15 +10:00
parent b55d5a92ea
commit 9169084d57
12 changed files with 201 additions and 69 deletions
+5 -1
View File
@@ -23,7 +23,7 @@
flex-wrap: wrap;
gap: 10px 22px;
margin-top: 26px;
color: #71809d;
color: #64728d;
font-size: .86rem;
}
.legal-page { padding: 72px 0 105px; }
@@ -102,6 +102,10 @@
box-shadow: 0 12px 34px rgba(19, 37, 81, .06);
}
.contact-card:hover { border-color: #b7c8fa; transform: translateY(-2px); }
.legal-nav a:focus-visible, .contact-card:focus-visible, .code-note a:focus-visible {
outline: 3px solid #6f96ff;
outline-offset: 3px;
}
.contact-card strong { display: block; color: var(--blue-950); font-size: 1.05rem; }
.contact-card span { display: block; margin-top: 6px; color: var(--muted); font-size: .9rem; }
.code-note {