diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 714b00186..da3c0e3dd 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -1,5 +1,7 @@
+Skip to main content +
-
+
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index a0882b175..95bf67cd9 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -1,6 +1,18 @@ @use '_variables' as *; @use '_mixins' as *; +.skip-to-content { + position: absolute; + top: 0; + display: block; + z-index: z(modal); + width: 100%; + background: pvar(--mainBackgroundColor); + padding: 1rem; + text-align: center; + text-decoration: underline; +} + .peertube-container { padding-bottom: 20px;