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;