From 52ace755c5f4f0a8be8252764005e4f99d9a67ba Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Nov 2025 18:46:12 -0600 Subject: add skip-to-content link --- theme/static/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'theme/static') 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; -- cgit v1.2.3