From caaf7fa878923a015db4d6916f685aa664f6b48d Mon Sep 17 00:00:00 2001 From: Eorn Date: Sat, 25 Apr 2020 11:54:03 +0200 Subject: [PATCH] links in page-content are no longer monospace --- layouts/partials/header.html | 1 + static/css/style.css | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) 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; }