Add CSS for lists (#833)

This commit is contained in:
DavG25 2023-04-06 21:15:04 +02:00 committed by GitHub
parent 113f94b61e
commit 20b8ca4482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -64,6 +64,15 @@
line-height: 1.428571429 !important;
}
.message-body li {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.message-body li > p {
display: inline !important;
}
.dark .message-body p em {
color: rgb(138, 138, 138) !important;
}

View File

@ -34,6 +34,15 @@
line-height: 1.428571429 !important;
}
.message-body li {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.message-body li > p {
display: inline !important;
}
.dark .message-body p em {
color: rgb(138, 138, 138) !important;
}