Commit 56381e1
fix(markdown): change bold text color from blue to green (#323)
Changed the bold text (**text**) color in markdown rendering from ELECTRIC_BLUE
to CYAN_PRIMARY to match the green theme. The CYAN_PRIMARY color (#00FFA3) is
the primary accent color and provides better visual consistency with the rest
of the theme.
- Updated bold style to use CYAN_PRIMARY instead of ELECTRIC_BLUE
- Removed unused ELECTRIC_BLUE import from theme.rs
Co-authored-by: Droid Agent <droid@factory.ai>1 parent 66eaa02 commit 56381e1
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments