From 406f578597b283cd555d3b82e6743e6ace8808d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez=20Parra?= Date: Wed, 9 Mar 2022 10:11:39 +0100 Subject: [PATCH] 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(+) 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 {