fix small bug with skip to main content button

This commit is contained in:
wearrrrr 2024-04-12 13:14:59 -05:00
parent 19b4026a50
commit 645fd818d4

View file

@ -129,12 +129,14 @@ const { title, optionalPreloads } = Astro.props;
border-radius: 15px; border-radius: 15px;
opacity: 0; opacity: 0;
transition: opacity 250ms ease-in-out; transition: opacity 250ms ease-in-out;
pointer-events: none;
} }
.skip-to-main-content-link:focus { .skip-to-main-content-link:focus {
top: 10px; top: 10px;
left: 15px; left: 15px;
opacity: 1; opacity: 1;
outline: none; outline: none;
pointer-events: all;
} }
body, body,