From 0088a4ccc0b7dedddde9a37e85cb36b8b151d7c0 Mon Sep 17 00:00:00 2001 From: timvisee Date: Wed, 23 Apr 2025 10:10:22 +0200 Subject: [PATCH] Add class to underline text --- app/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/main.css b/app/main.css index db3852fc..e9f17be4 100644 --- a/app/main.css +++ b/app/main.css @@ -167,6 +167,10 @@ footer li a:hover { width: auto; } +.text-underline { + text-decoration: underline; +} + .main { display: flex; position: relative;