diff --git a/src/app/shared/footer/footer.html b/src/app/shared/footer/footer.html index d81bd2169..28b288574 100644 --- a/src/app/shared/footer/footer.html +++ b/src/app/shared/footer/footer.html @@ -16,7 +16,7 @@ diff --git a/src/app/shared/footer/footer.scss b/src/app/shared/footer/footer.scss index 0bb6db56c..028c16525 100644 --- a/src/app/shared/footer/footer.scss +++ b/src/app/shared/footer/footer.scss @@ -42,12 +42,15 @@ a { font-size: 16px; padding: 0; - text-decoration: none; - color: inherit; + } +} + +a { + text-decoration: none; + color: inherit; - &:hover { - text-decoration: underline; - } + &:hover { + text-decoration: underline; } }