From 8469c5dfafaca08ff2ab9ed6056bb6dcf11ea852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekiserrep=C3=A9?= Date: Tue, 4 Nov 2025 10:55:51 +0100 Subject: [PATCH] Update text underline link --- src/styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/main.css b/src/styles/main.css index 4aa2675..d834836 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -24,3 +24,7 @@ .page-content a:hover { @apply text-black; } + +.page-content .text-white a { + @apply text-white underline; +} \ No newline at end of file