diff --git a/backlogger/static/backlogger/style.css b/backlogger/static/backlogger/style.css index a53aeec..35184b8 100644 --- a/backlogger/static/backlogger/style.css +++ b/backlogger/static/backlogger/style.css @@ -23,6 +23,7 @@ a { color: inherit; text-decoration: none; } .site-header nav { display: flex; gap: 1.5rem; align-items: center; } .site-header nav a { color: #64748b; font-size: 0.85rem; } .site-header nav a:hover { color: #e2e8f0; } +.site-header nav a.nav-active { color: #e2e8f0; font-weight: 500; } /* ── Buttons ───────────────────────────────────────────────────── */ .btn { diff --git a/backlogger/templates/backlogger/base.html b/backlogger/templates/backlogger/base.html index 6d886c1..46c56d1 100644 --- a/backlogger/templates/backlogger/base.html +++ b/backlogger/templates/backlogger/base.html @@ -4,15 +4,19 @@
-