Improve accessibility and resolve website audit findings
This commit is contained in:
+5
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user