Added a wrapper Markdown Rendered to render BOTH Emojis and Mardown as HTML

This commit is contained in:
SuperChamp234 2022-01-14 14:39:21 +05:30
parent 916236db5d
commit 88fdde519d
17 changed files with 65 additions and 41 deletions

View file

@ -49,7 +49,6 @@
.description {
font-family: Open Sans, sans-serif;
font-style: italic;
font-weight: 100;
}
.description > ul {
@ -303,3 +302,6 @@ button {
font-family: Roboto, sans-serif;
justify-content: flex-start;
}
.emoji {
height: 1em;
}