diff --git a/static/css/content.css b/static/css/content.css index 6aaede7..0440974 100644 --- a/static/css/content.css +++ b/static/css/content.css @@ -1,7 +1,7 @@ /*main*/ main a { color: var(--color-main-text); - text-decoration: none; + text-decoration: underline; } main a:hover { @@ -65,4 +65,4 @@ main .header-project .content .logo { .text-justify img { display: block; margin: 50px auto; -} \ No newline at end of file +}