Skip to content

Commit 0af5346

Browse files
committed
Change the color display of bold font
1 parent e33e795 commit 0af5346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const defaultStyles = {
5959
th: 'border: 1px solid #e0e0e0; padding: 6px 10px; text-align: left; color: #333; background: #f5f5f5; font-weight: 600;',
6060
td: 'border: 1px solid #e0e0e0; padding: 6px 10px; text-align: left; color: #333;',
6161
hr: 'border: none; border-top: 1px solid #e0e0e0; margin: 20px 0;',
62-
strong: 'font-weight: bold; display: inline; margin: 0; padding: 0;',
62+
strong: 'font-weight: bold; display: inline; margin: 0; padding: 0; color: #1890ff;',
6363
em: 'font-style: italic; display: inline; margin: 0; padding: 0;'
6464
}
6565

0 commit comments

Comments
 (0)