Skip to content

Commit

Permalink
fix: prose classes for ul, li
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Jan 12, 2023
1 parent 851bb5d commit 67fc0a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/static/unfold/css/styles.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/unfold/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
"prose-a:underline",
"prose-headings:font-medium",
"prose-headings:text-gray-700",
"prose-ol:list-decimal",
"prose-ul:list-disc",
"prose-strong:text-gray-700",
"dark:prose-blockquote:border-gray-700",
"dark:prose-blockquote:text-gray-200",
Expand Down

0 comments on commit 67fc0a7

Please sign in to comment.