From 798ccc42bcd0d8d5752ae51505a5f4aad55f63e9 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sat, 23 Aug 2025 22:38:53 -0400 Subject: [PATCH] Remove top menu Remove main navigation and make skip to main accessibility link visible to screen readers only. --- public_html/css/hpr.css | 1 + templates/page.tpl.html | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 8f17994..393563d 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -118,6 +118,7 @@ body > header { background-position: right -15px top -20px, left top; color: var(--banner-text-primary); align-items: center; + border-top: var(--background-secondary) solid 1rem; } body > header > * { margin: 0; diff --git a/templates/page.tpl.html b/templates/page.tpl.html index 8a6a7b5..8f0bf29 100644 --- a/templates/page.tpl.html +++ b/templates/page.tpl.html @@ -27,16 +27,14 @@ -
+