changed css to not display markdown links and texts on white always
This commit is contained in:
parent
39a037773a
commit
a2b97a4e78
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue