diff --git a/sass/style.scss b/sass/style.scss index 79b3106..17254ab 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -37,7 +37,12 @@ footer.footer { a { color: $highlight-inactive-text; - text-decoration: none; + text-decoration-color: $highlight-inactive-text; + + &:hover { + color: $highlight-text; + text-decoration-color: $highlight-text; + } } } diff --git a/templates/base.html b/templates/base.html index d7eb877..774e0a0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,10 +38,10 @@ My Website
diff --git a/templates/plant.html b/templates/plant.html index a77eb21..e490bb8 100644 --- a/templates/plant.html +++ b/templates/plant.html @@ -28,7 +28,7 @@ {% endblock image %}