aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-11 18:46:12 -0600
committerChristian Cleberg <[email protected]>2025-11-11 18:46:12 -0600
commit52ace755c5f4f0a8be8252764005e4f99d9a67ba (patch)
tree8f12e3720bbe7d6186985a062164d21097113cfb /theme/static/styles.css
parent7a3e3b542ff996022fec0757f20432613fff5203 (diff)
downloadcleberg.net-52ace755c5f4f0a8be8252764005e4f99d9a67ba.tar.gz
cleberg.net-52ace755c5f4f0a8be8252764005e4f99d9a67ba.tar.bz2
cleberg.net-52ace755c5f4f0a8be8252764005e4f99d9a67ba.zip
add skip-to-content link
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 150973f..5125b43 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -37,6 +37,15 @@ h1,h2,h3,h4,h5,h6 {
text-transform: uppercase;
}
+.skip-link {
+ position: absolute;
+ left: -999px;
+ top: auto;
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
+}
+
nav {
align-items: center;
display: flex;