From 7b032f0764251404c70ef5c0e487daa0014c7c74 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 10 Apr 2026 13:10:28 +0100 Subject: [PATCH 1/2] add links to categories in nav --- theme/static/css/main.css | 6 ++---- theme/templates/base.html | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 2c5d172..df78e8b 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -220,7 +220,7 @@ address { } .aio-nav__list { - margin: 1em 0 1em 0; + margin: 0 0 1.2em 0; padding: 0; list-style-type: none; @@ -230,9 +230,7 @@ address { } } -.aio-nav__list:before { - content: attr(aria-label); - display: block; +.aio-nav__list-heading { margin: 0; padding: .2em .2em .2em 0; font-family: var(--font-family-label); diff --git a/theme/templates/base.html b/theme/templates/base.html index 1bda88e..f30ba1b 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -18,11 +18,13 @@
  • {{ p.title }}
  • {% endfor %} + Projects + news - news + News