mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
27 lines
600 B
Plaintext
27 lines
600 B
Plaintext
---
|
|
type Props = {};
|
|
---
|
|
|
|
<a href="#article" class="sr-only focus:not-sr-only skiplink"><span>Skip to Content</span></a>
|
|
|
|
<style>
|
|
.skiplink,
|
|
.skiplink:focus,
|
|
.skiplink:focus-visible {
|
|
position: absolute;
|
|
padding: 0.25em;
|
|
font-size: larger;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 9;
|
|
display: block;
|
|
text-align: center;
|
|
background-color: var(--theme-text-accent);
|
|
color: var(--theme-bg);
|
|
border-radius: 0.25em;
|
|
outline: var(--theme-bg) solid 1px;
|
|
outline-offset: 0;
|
|
}
|
|
</style>
|