mirror of
https://github.com/imfing/hextra.git
synced 2025-07-01 15:37:46 -04:00
fix: not-prose p tag inconsistent style (#126)
* fix: not-prose p tag should reset styles * chore: compile CSS
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
p {
|
||||
@apply mt-6 leading-7 first:mt-0;
|
||||
}
|
||||
.not-prose p {
|
||||
@apply mt-0 leading-normal;
|
||||
}
|
||||
a {
|
||||
@apply text-primary-600 underline decoration-from-font [text-underline-position:from-font];
|
||||
}
|
||||
|
Reference in New Issue
Block a user