From 2b8660aff70b15b43b94e066891d98b0f7623621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 18 Mar 2024 19:05:31 +0100 Subject: [PATCH] Add underline to title & subtitle --- css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/main.css b/css/main.css index 28db7c4..0ca9193 100644 --- a/css/main.css +++ b/css/main.css @@ -28,6 +28,7 @@ .orientation-modal, .charte-modal { color: #da131a; transition: color 0.3s ease; + text-decoration: underline; } .orientation-modal:hover, .charte-modal:hover {