diff options
-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; |