Improve post content styles
This commit is contained in:
parent
6ab41c1873
commit
9e72648d61
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue