Style skip-to-content link

This commit is contained in:
Helen Chong 2024-06-09 16:36:06 +08:00
parent 18522e5fc8
commit 8cb5ec1643
1 changed files with 4 additions and 4 deletions

View File

@ -36,14 +36,14 @@
.skip-btn a {
position: absolute;
display: inline-block;
left: 0px;
left: 0;
top: -1000px;
overflow: hidden;
transition: top 0.5s ease;
background: #fff;
color: #191919;
background: var(--clr-content-bg);
font-size: 1.25rem;
z-index: 1000;
padding: 0.3em;
padding: 0.3em 0.7em;
}
.skip-btn a:focus {