nicer h2 in prose

This commit is contained in:
Inhji 2023-04-01 16:05:12 +02:00
parent 3f8a5f8a12
commit 7bba9dce9e

View file

@ -69,7 +69,11 @@
} }
.prose :where(a):not(:where([class~="not-prose"] *)) { .prose :where(a):not(:where([class~="not-prose"] *)) {
@apply underline decoration-2 decoration-theme-primary; @apply underline decoration-1 decoration-theme-primary;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
@apply font-serif underline decoration-2 decoration-theme-primary;
} }
.prose img { .prose img {