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 committed by Mike Fortman
parent 39a037773a
commit a2b97a4e78

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;