From 406f578597b283cd555d3b82e6743e6ace8808d2 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 9 Mar 2022 10:11:39 +0100 Subject: Highlight active navbar link Change background color and round borders of active/current navbar link to highlight it. --- ogcp/static/css/soleta.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/static') diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 2dc0c3e..a7f0535 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -25,6 +25,8 @@ html, body { } .active > .nav-link { font-weight: bold; + background: slategrey; + border-radius: 10rem; } .text-wol { -- cgit v1.2.3-18-g5258