diff --git a/themes/hugo-bootstrap/static/assets/css/custom.css b/themes/hugo-bootstrap/static/assets/css/custom.css index e92665fd..6f36ff38 100644 --- a/themes/hugo-bootstrap/static/assets/css/custom.css +++ b/themes/hugo-bootstrap/static/assets/css/custom.css @@ -2,3 +2,9 @@ div.post-container a:not(.btn) { text-decoration: underline !important; } + +.nav_active_link { + text-decoration: underline; + text-underline-offset: 8px; + font-weight: 700; +} \ No newline at end of file