From f8463ee02f69ab81b4be074b1c6a3028e76562f9 Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Thu, 5 Sep 2024 09:41:04 +0000 Subject: [PATCH] tried removing the underline for hyperlinks --- static/homepage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/homepage.css b/static/homepage.css index 5520a77..2003f29 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -607,7 +607,7 @@ line-height: normal; display: block; width: 100%; - /* text-decoration: none; */ + text-decoration: none; } .homepage-link-style a { -- GitLab