summaryrefslogtreecommitdiffstats
path: root/ogcp/static/css
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2022-02-22 12:40:26 +0100
committerJose M. Guisado <jguisado@soleta.eu>2022-02-22 12:40:26 +0100
commitea4ee6662fe7e95599350ec87c78a9cf54a1ceb4 (patch)
tree4adf7308f9c5e988b4863abdce43385d07bf67c3 /ogcp/static/css
parent07b69dab9045aa7b2dd41804ecb0eafd51defdcb (diff)
Highlight active nav items
Use bold font for active nav items.
Diffstat (limited to 'ogcp/static/css')
-rw-r--r--ogcp/static/css/soleta.css3
1 files changed, 3 insertions, 0 deletions
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;