mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 10:14:08 -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:
@ -1505,6 +1505,10 @@ video {
|
||||
.content p:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.content .not-prose p {
|
||||
margin-top: 0px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.content a {
|
||||
--tw-text-opacity: 1;
|
||||
color: hsl(var(--primary-hue) 100% 45% / var(--tw-text-opacity));
|
||||
|
Reference in New Issue
Block a user