From 3610dede35139cf9d6d48c1c60e6e1ea506d628b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 9 Apr 2023 18:08:34 +0100 Subject: Make more accessible --- themes/ymherklotz/layouts/partials/footer.html | 18 ++++++++++-------- themes/ymherklotz/static/css/default.css | 10 ++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/themes/ymherklotz/layouts/partials/footer.html b/themes/ymherklotz/layouts/partials/footer.html index 4e84f30..8fef1a9 100644 --- a/themes/ymherklotz/layouts/partials/footer.html +++ b/themes/ymherklotz/layouts/partials/footer.html @@ -1,17 +1,19 @@ diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css index da67522..8e98ae4 100644 --- a/themes/ymherklotz/static/css/default.css +++ b/themes/ymherklotz/static/css/default.css @@ -60,11 +60,7 @@ body { } a { - color: #00A659; -} - -a:hover { - text-decoration: underline; + color: #171d30; } nav a, .logo a, .post-title a, .social a, .rightcolumn a, dt a { @@ -173,7 +169,9 @@ dt, .news-date { dt { font-size: 1.2rem; } -a { text-decoration: none; } +a:hover { + color: #00c266 +} .generated-by a { font-size: 0.8rem; } -- cgit