changed css to not display markdown links and texts on white always

This commit is contained in:
Lucas Oliveira 2025-10-21 15:46:30 -03:00
parent de209a22b6
commit 0f88be14a9

View file

@ -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;