diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2022-02-22 12:40:26 +0100 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2022-02-22 12:40:26 +0100 |
commit | ea4ee6662fe7e95599350ec87c78a9cf54a1ceb4 (patch) | |
tree | 4adf7308f9c5e988b4863abdce43385d07bf67c3 | |
parent | 07b69dab9045aa7b2dd41804ecb0eafd51defdcb (diff) |
Highlight active nav items
Use bold font for active nav items.
-rw-r--r-- | ogcp/static/css/soleta.css | 3 |
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; |