FIX: Visible "skip navigation" link on some themes (#14211)

This commit is contained in:
Penar Musaraj 2021-09-01 12:53:53 -04:00 committed by GitHub
parent 0e62602fbf
commit 4f3a7c6f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ table {
a#skip-link {
padding: 0.25em 0.5em;
position: absolute;
top: -40px;
top: -200px;
left: 1em;
color: var(--secondary);
background: var(--tertiary);