diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/assets/style.css b/assets/style.css index c36c7e1..afa00b3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -146,17 +146,16 @@ h3.blog-filter { opacity: 0.7; } -/* "skip to main content" link */ -.skiplink { +/* "Skip to main content" link */ +.skip-link { position: absolute; top: 5; transform: translateY(-600%); transition: transform 0.5s; - background-color: #121212; - font-size: larger; + background-color: #1d1f27; padding: 6px; } -.skiplink:focus { +.skip-link:focus { transform: translateY(0%); -}
\ No newline at end of file +} |