Merge origin/main into style/herman
This commit is contained in:
commit
d796205bf8
9 changed files with 35 additions and 9 deletions
|
@ -176,3 +176,17 @@ td {
|
|||
gap: calc(var(--spacing) / 2);
|
||||
}
|
||||
}
|
||||
|
||||
/* "Skip to main content" link */
|
||||
.skip-link {
|
||||
position: absolute;
|
||||
top: 5;
|
||||
transform: translateY(-600%);
|
||||
transition: transform 0.5s;
|
||||
background-color: #181a20;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.skip-link:focus {
|
||||
transform: translateY(0%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue