From c091492e71d4dd27cd8aae477aa2ca20d8d771fc Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Tue, 27 Oct 2020 10:22:20 +0100 Subject: [PATCH] underline links in text --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c0e6074..6470911 100644 --- a/css/style.css +++ b/css/style.css @@ -268,7 +268,11 @@ footer{ a{ padding: 0; color: #b3b3b3; - text-decoration:none + text-decoration:underline; +} + +footer a{ + text-decoration: none; } .footerIconSpacer{