diff --git a/src/pobsync_backend/templates/pobsync_backend/base.html b/src/pobsync_backend/templates/pobsync_backend/base.html index 35eef5f..8f6337a 100644 --- a/src/pobsync_backend/templates/pobsync_backend/base.html +++ b/src/pobsync_backend/templates/pobsync_backend/base.html @@ -80,6 +80,11 @@ padding-left: 0; } nav strong a:hover { background: transparent; } + nav a[aria-current="page"] { + background: #eaf3fb; + color: var(--link-strong); + font-weight: 720; + } .nav-primary, .nav-secondary { align-items: center; @@ -890,15 +895,15 @@