summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-09 10:11:39 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-09 17:08:33 +0100
commit406f578597b283cd555d3b82e6743e6ace8808d2 (patch)
tree11d0b97e8fbe6b10f707112c56aa4444e4a77e6c /ogcp
parent7dfeb3e44e2ed4d4b38ee16768e64207aac6eb91 (diff)
Highlight active navbar link
Change background color and round borders of active/current navbar link to highlight it.
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/static/css/soleta.css2
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 {