From af760a838a8372ccc6e1c9d29fc0148d6a345c14 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 12 Mar 2022 17:28:30 +0300 Subject: [PATCH] Footer link bug fix by Tenno Seremel. --- css/template.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/template.css b/css/template.css index 90e3a14..d3d2d38 100644 --- a/css/template.css +++ b/css/template.css @@ -286,6 +286,10 @@ h3:not(:first-child) { .main-footer p:not(:first-child) { margin-top: 1em; } +.main-footer a { + color: var(--link-color); + text-decoration: underline; +} .page-source-link { color: var(--link-color); text-decoration: underline;