diff --git a/static/css/style.css b/static/css/style.css index aa2ad6f..9cb83ad 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -56,7 +56,7 @@ nav .container { .nav-links a:hover, .nav-links a.active { - text-decoration: line-through; + text-decoration: underline; } /* Main content */ @@ -380,7 +380,7 @@ footer { } .social-links a:hover { - text-decoration: line-through; + text-decoration: underline; } .newsletter-form {