From ea4ee6662fe7e95599350ec87c78a9cf54a1ceb4 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Tue, 22 Feb 2022 12:40:26 +0100 Subject: Highlight active nav items Use bold font for active nav items. --- ogcp/static/css/soleta.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index b3eca96..8efbf3c 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -23,6 +23,9 @@ html, body { .nav-link { padding: 0; } +.active > .nav-link { + font-weight: bold; +} .text-wol { color: #99791a !important; -- cgit v1.2.3-18-g5258