From dcca2635af29b5441ec2ecda86ac2247eb43f5b9 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Wed, 15 Dec 2021 17:51:37 +0000 Subject: [PATCH] Update static/css/content.css --- static/css/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}