Commit 300efa8
fix(dashboard): override font-weight for bold markdown in dashboard widgets
Add font-weight: 600 override specifically for <strong> tags in dashboard
markdown widgets to restore proper bold text appearance.
The global theme uses fontWeightStrong: 500 (medium), which is too subtle
to distinguish from normal text (400). This scoped override restores the
previous behavior of using font-weight 600 (semibold) for bold markdown
without affecting other components.
Fixes #35485
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6d74fe2 commit 300efa8
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
0 commit comments