diff --git a/landing-page.html b/landing-page.html
index 7f33c1c..cfc87a5 100644
--- a/landing-page.html
+++ b/landing-page.html
@@ -170,6 +170,7 @@
.suggest:hover .track { animation-play-state: paused; }
.card {
+ display: block;
min-width: 220px;
background: var(--glass);
border: 1px solid rgba(255, 255, 255, 0.06);
@@ -177,6 +178,8 @@
padding: 12px 14px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
opacity: 0.55;
+ color: inherit;
+ text-decoration: none;
transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
}
@@ -186,6 +189,12 @@
border-color: rgba(125, 211, 252, 0.5);
}
+ .card:focus-visible {
+ outline: 2px solid var(--accent);
+ outline-offset: 4px;
+ opacity: 1;
+ }
+
.service {
font-weight: 700;
letter-spacing: 0.01em;
@@ -230,87 +239,87 @@
Type a service to jump straight to its subdomain.
+ +