diff --git a/src/main/resources/static/css/footer.css b/src/main/resources/static/css/footer.css index b004cc27..ee47f54c 100644 --- a/src/main/resources/static/css/footer.css +++ b/src/main/resources/static/css/footer.css @@ -21,4 +21,8 @@ .footer-icon { font-size: 2rem; -} \ No newline at end of file +} + +.footer-link { + text-decoration: none; +} diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html index 686c05ca..7414ea99 100644 --- a/src/main/resources/templates/fragments/footer.html +++ b/src/main/resources/templates/fragments/footer.html @@ -1,10 +1,16 @@ - \ No newline at end of file