diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 62d9eed..ad714a0 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -26,6 +26,7 @@ +
diff --git a/static/css/style.css b/static/css/style.css index 64de9fb..e681808 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -227,12 +227,11 @@ body { margin-bottom: 15px; } -a { +.page-content a { color: #53bcdf; text-decoration: underline; - font-family: "Source Code Pro", monospace; } -a:hover { +.page-content a:hover { text-decoration: none; color: #9de2ff; }