diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-09 10:11:39 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-09 17:08:33 +0100 |
commit | 406f578597b283cd555d3b82e6743e6ace8808d2 (patch) | |
tree | 11d0b97e8fbe6b10f707112c56aa4444e4a77e6c | |
parent | 7dfeb3e44e2ed4d4b38ee16768e64207aac6eb91 (diff) |
Highlight active navbar link
Change background color and round borders of active/current navbar
link to highlight it.
-rw-r--r-- | ogcp/static/css/soleta.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |