diff --git a/_layouts/default.html b/_layouts/default.html
index d0040ef..ad3b52d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -92,6 +92,7 @@
diff --git a/style.scss b/style.scss
index 8c28422..5164a6b 100644
--- a/style.scss
+++ b/style.scss
@@ -1214,6 +1214,17 @@ footer {
.affiliate-disclaimer {
font-size: small;
}
+
+ ul.footer-nav {
+ li {
+ list-style: none;
+ a {
+ text-decoration: underline;
+ color: $primaryFontColor;
+ }
+ }
+
+ }
}
@import "svg-icons";