2020-07-21 17:16:36 +00:00
|
|
|
.skiplink {
|
2022-02-04 11:57:55 +00:00
|
|
|
display: block;
|
|
|
|
position: fixed;
|
|
|
|
top: -1000rem;
|
2022-03-15 13:21:06 +00:00
|
|
|
inset-inline-start: 1rem;
|
2022-02-04 11:57:55 +00:00
|
|
|
z-index: 3000;
|
2020-07-21 17:16:36 +00:00
|
|
|
|
2022-02-04 11:57:55 +00:00
|
|
|
&:focus {
|
|
|
|
top: 1rem;
|
|
|
|
}
|
2020-07-21 17:16:36 +00:00
|
|
|
|
2022-02-04 11:57:55 +00:00
|
|
|
&.button {
|
2023-04-19 05:58:14 +00:00
|
|
|
background: theme('colors.surface-button-default');
|
|
|
|
border: theme('colors.surface-button-default');
|
2022-02-04 11:57:55 +00:00
|
|
|
}
|
2020-07-21 17:16:36 +00:00
|
|
|
}
|