forked from drowl87/hextra_mirror
fix: not-prose p tag inconsistent style (#126)
* fix: not-prose p tag should reset styles * chore: compile CSS
This commit is contained in:
parent
924d8508d0
commit
55ff819dae
@ -1505,6 +1505,10 @@ video {
|
|||||||
.content p:first-child {
|
.content p:first-child {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
.content .not-prose p {
|
||||||
|
margin-top: 0px;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
.content a {
|
.content a {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: hsl(var(--primary-hue) 100% 45% / var(--tw-text-opacity));
|
color: hsl(var(--primary-hue) 100% 45% / var(--tw-text-opacity));
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
p {
|
p {
|
||||||
@apply mt-6 leading-7 first:mt-0;
|
@apply mt-6 leading-7 first:mt-0;
|
||||||
}
|
}
|
||||||
|
.not-prose p {
|
||||||
|
@apply mt-0 leading-normal;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
@apply text-primary-600 underline decoration-from-font [text-underline-position:from-font];
|
@apply text-primary-600 underline decoration-from-font [text-underline-position:from-font];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user