diff --git a/static/base.css b/static/base.css index ca07c55..fdffd8c 100644 --- a/static/base.css +++ b/static/base.css @@ -13,11 +13,12 @@ dl { } a { - text-decoration: none; + text-decoration: underline; + color: black; } a:hover { - text-decoration: underline; + font-weight: bold; } dd { @@ -56,6 +57,7 @@ nav>* { nav> :first-child { padding-left: 0; + border: none; } nav> :last-child { @@ -68,7 +70,11 @@ nav>.current { } nav a { - color: black; + text-decoration: none; +} + +nav a:hover { + text-decoration: underline; } nav img {