summaryrefslogtreecommitdiff
path: root/scss/modules/skip-to-content.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/modules/skip-to-content.scss')
-rw-r--r--scss/modules/skip-to-content.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/scss/modules/skip-to-content.scss b/scss/modules/skip-to-content.scss
deleted file mode 100644
index a752b29..0000000
--- a/scss/modules/skip-to-content.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-.skip-to-content {
- position: absolute;
- left: var(--grid-padding);
- top: -10rem;
- opacity: 0;
- transition: top 300ms, opacity 300ms;
-}
-
-.skip-to-content:is(:focus, :focus-visible, :focus-within) {
- top: var(--margin-block-md);
- opacity: 1;
- transition: top 100ms;
-} \ No newline at end of file