diff --git a/static/style.css b/static/style.css index d328957..251d14d 100644 --- a/static/style.css +++ b/static/style.css @@ -97,6 +97,14 @@ a.show-url::after { color: var(--link-fancy); } +.site-title a { + border-bottom: none; +} + +.site-title a::after { + content: ""; +} + nav { margin-bottom: 2em; }