From 9f59d80c5496b1264d7e4d38e7e7d54ade087d29 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Thu, 19 May 2022 23:02:19 +0200 Subject: [PATCH] Hotfix css footer selector --- stylesheet-main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheet-main.css b/stylesheet-main.css index ab4615b..d5f3754 100644 --- a/stylesheet-main.css +++ b/stylesheet-main.css @@ -118,7 +118,7 @@ footer a, p { font-family: "Manrope"; } -footer .selected { +.lang-selection .selected { text-decoration: underline; }