We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33e795 commit 0af5346Copy full SHA for 0af5346
src/components/Preview.tsx
@@ -59,7 +59,7 @@ const defaultStyles = {
59
th: 'border: 1px solid #e0e0e0; padding: 6px 10px; text-align: left; color: #333; background: #f5f5f5; font-weight: 600;',
60
td: 'border: 1px solid #e0e0e0; padding: 6px 10px; text-align: left; color: #333;',
61
hr: 'border: none; border-top: 1px solid #e0e0e0; margin: 20px 0;',
62
- strong: 'font-weight: bold; display: inline; margin: 0; padding: 0;',
+ strong: 'font-weight: bold; display: inline; margin: 0; padding: 0; color: #1890ff;',
63
em: 'font-style: italic; display: inline; margin: 0; padding: 0;'
64
}
65
0 commit comments