diff --git a/foundation_theme_site/static/css/site_styles.css b/foundation_theme_site/static/css/site_styles.css index 6c1be75..a1fbe63 100644 --- a/foundation_theme_site/static/css/site_styles.css +++ b/foundation_theme_site/static/css/site_styles.css @@ -12,4 +12,13 @@ footer.row li { h2 { text-align: center; +} + +footer.row a{ + color: #545454; +} + +footer.row a:hover{ + color: #00A5FF; + text-decoration: none; } \ No newline at end of file diff --git a/foundation_theme_site/templates/_footer.html b/foundation_theme_site/templates/_footer.html index 2030b25..468e58d 100644 --- a/foundation_theme_site/templates/_footer.html +++ b/foundation_theme_site/templates/_footer.html @@ -6,6 +6,10 @@