Skip to content

Commit

Permalink
overwrote possible tailwind styles for ul and ol
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrKahl committed May 3, 2024
1 parent 255e188 commit a429ea9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
text-decoration: underline;
}

div.reactMarkDown ul, div.reactMarkDown ol {
list-style: revert;
margin: revert;
padding: revert;
}

.hermine-chat-container {
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
margin: 0;
Expand Down

0 comments on commit a429ea9

Please sign in to comment.