diff --git a/assets/css/custom.css b/assets/css/custom.css index b56a4a6..261d882 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -49,6 +49,7 @@ ul.wp-block-navigation.mobile-header-nav li { height: 100% } +/* Removing default underline for most links */ .post-title a { text-decoration: none; } @@ -56,4 +57,13 @@ ul.wp-block-navigation.mobile-header-nav li { .post-title a:hover, .post-title a:focus { text-decoration: underline; +} + +.site-footer a { + text-decoration: none; +} + +.site-footer a:hover, +.site-footer a:focus { + text-decoration: underline; } \ No newline at end of file diff --git a/patterns/footer.php b/patterns/footer.php index 15fa337..8932cff 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -1,5 +1,4 @@ + +
  • Contact
  • + + + + \ No newline at end of file