Style skip-to-content link
This commit is contained in:
parent
18522e5fc8
commit
8cb5ec1643
|
@ -36,14 +36,14 @@
|
||||||
.skip-btn a {
|
.skip-btn a {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
left: 0px;
|
left: 0;
|
||||||
top: -1000px;
|
top: -1000px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: top 0.5s ease;
|
transition: top 0.5s ease;
|
||||||
background: #fff;
|
background: var(--clr-content-bg);
|
||||||
color: #191919;
|
font-size: 1.25rem;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
padding: 0.3em;
|
padding: 0.3em 0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skip-btn a:focus {
|
.skip-btn a:focus {
|
||||||
|
|
Loading…
Reference in New Issue