Skip to content

Commit

Permalink
fix: make skip to link visible on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed May 18, 2021
1 parent 7bc2b1d commit 95d73d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/web-runtime/src/components/SkipTo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ export default {
position: absolute;
top: -100px;
left: 0;
z-index: 1;
z-index: 4;
-webkit-appearance: none;
border: none;
background-color: #ffffff;
background-color: var(--oc-color-swatch-brand-default);
color: var(--oc-color-text-inverse);
font: inherit;
padding: 0.25em 0.5em;
}
Expand Down

0 comments on commit 95d73d9

Please sign in to comment.