diff --git a/index.html b/index.html
index 9ae0ea5..76cc63b 100644
--- a/index.html
+++ b/index.html
@@ -56,10 +56,11 @@
.skip-link {
position: absolute; top: -40px; left: 50%; transform: translateX(-50%);
- background: #111; color: #fff !important; padding: 8px 16px;
+ background: #bd93f9; color: #111 !important; padding: 8px 16px;
z-index: 1000; transition: top 0.2s; border-radius: 0 0 10px 10px;
+ font-weight: 700;
}
- .skip-link:focus { top: 0; }
+ .skip-link:focus { top: 0; outline: 3px solid #bd93f9; outline-offset: -3px; }
.w { max-width: 860px; margin: 0 auto; padding: 0 1.5rem; }