fix
This commit is contained in:
parent
429096ae62
commit
fedb05ff92
2 changed files with 8 additions and 2 deletions
6
files/static/dist/main.css
vendored
6
files/static/dist/main.css
vendored
|
@ -669,6 +669,12 @@ video {
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
|
}
|
||||||
|
.comment-text ul, .post-body ul {
|
||||||
|
list-style-type: disc;
|
||||||
|
}
|
||||||
|
.comment-text ol, .post-body ol {
|
||||||
|
list-style-type: decimal;
|
||||||
}
|
}
|
||||||
strong {
|
strong {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|
|
@ -179,10 +179,10 @@
|
||||||
@apply mb-3
|
@apply mb-3
|
||||||
}
|
}
|
||||||
.comment-text ul, .post-body ul {
|
.comment-text ul, .post-body ul {
|
||||||
@apply list-disc
|
@apply list-disc pl-4
|
||||||
}
|
}
|
||||||
.comment-text ol, .post-body ol {
|
.comment-text ol, .post-body ol {
|
||||||
@apply list-decimal
|
@apply list-decimal pl-4
|
||||||
}
|
}
|
||||||
strong {
|
strong {
|
||||||
@apply font-bold
|
@apply font-bold
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue