From 6be02cea11848175ead843d2ecad78dd0548a8a4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 21 Jun 2023 13:21:25 +0200 Subject: Add skip links for accessibility --- themes/bear/templates/style.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'themes/bear/templates/style.html') diff --git a/themes/bear/templates/style.html b/themes/bear/templates/style.html index b242914..9015890 100644 --- a/themes/bear/templates/style.html +++ b/themes/bear/templates/style.html @@ -12,6 +12,15 @@ color: #444; } + .skip { + position: absolute; + top: -3em; + background: #fff; + } + .skip:focus { + top: 0; + } + h1, h2, h3, -- cgit 1.4.1