diff --git a/footer.php b/footer.php index 3fb7cf0..1cb9021 100644 --- a/footer.php +++ b/footer.php @@ -40,7 +40,7 @@ Logotype - + diff --git a/style.css b/style.css index b1ffc0a..4f5b84b 100644 --- a/style.css +++ b/style.css @@ -493,6 +493,15 @@ SECTIONS margin-bottom: 0; } +.st-footer-copyright a { + text-decoration: none; + color: white; +} + +.st-footer-copyright a:hover { + color: #FFDB12; +} + .st-footer-site-title { grid-area: logo; align-self: end;