Merge pull request #1077 from fbirlik/patch-listblocks

fix: numbered lists with an additional line between items are rendered incorrectly
This commit is contained in:
Timothy Jaeryang Baek 2024-03-06 23:28:28 -05:00 committed by GitHub
commit 6c4e368ac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,10 @@ ol > li {
font-weight: 400;
}
li p {
display: inline;
}
::-webkit-scrollbar-thumb {
--tw-border-opacity: 1;
background-color: rgba(217, 217, 227, 0.8);