Improve post content styles

This commit is contained in:
silverpill 2022-10-12 23:00:03 +00:00
parent 6ab41c1873
commit 9e72648d61

View file

@ -92,6 +92,10 @@ function getContent(): string {
}
:deep(p),
:deep(blockquote),
:deep(ul),
:deep(ol),
:deep(hr),
:deep(pre) {
&:not(:last-child) {
margin-bottom: 1em;
@ -112,6 +116,10 @@ function getContent(): string {
list-style-position: inside;
}
:deep(ul) {
list-style-type: disc;
}
:deep(.greentext) {
color: $greentext-color;
}