From a2b97a4e781d04a0401f805b1877c3cbf00dfbf8 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 21 Oct 2025 15:46:30 -0300 Subject: [PATCH] changed css to not display markdown links and texts on white always --- frontend/src/app/globals.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 317879a3..7f07f074 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -345,6 +345,15 @@ @apply text-xs opacity-70; } + .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + @apply text-current; + } + + .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) + { + @apply text-current; + } + .box-shadow-inner::after { content: " "; position: absolute;