diff --git a/scss/_patterns_links.scss b/scss/_patterns_links.scss index f48b3b9d5..b27a990e5 100644 --- a/scss/_patterns_links.scss +++ b/scss/_patterns_links.scss @@ -34,6 +34,7 @@ } .p-link--skip { + background: $colors--theme--background-alt; color: $colors--theme--link-default; display: block; left: -999px; @@ -43,10 +44,10 @@ &:focus { @include vf-focus-themed; - left: 0; - padding: $spv--x-small; - position: relative; - top: 0; + left: $sph--small; + padding: $spv--large $sph--large; + position: fixed; + top: $spv--small; z-index: 999999; } }