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 {
|
||||
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 {
|
||||
font-weight: 700;
|
||||
|
|
|
@ -179,10 +179,10 @@
|
|||
@apply mb-3
|
||||
}
|
||||
.comment-text ul, .post-body ul {
|
||||
@apply list-disc
|
||||
@apply list-disc pl-4
|
||||
}
|
||||
.comment-text ol, .post-body ol {
|
||||
@apply list-decimal
|
||||
@apply list-decimal pl-4
|
||||
}
|
||||
strong {
|
||||
@apply font-bold
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue