Commit 144ecb9
committed
fix: resolve CSS conflict between AlertBox and markdown styles
- Keep background color at bg-info-600 as per design system
- Add !important to paragraph color to override markdown styles
- Fix text color conflict where p tags inherit markdown paragraph styles
The issue was a CSS specificity conflict. Paragraph elements inside
AlertBox were inheriting black text color from markdown styles instead
of maintaining the white text color defined in AlertBox styles.
Fixes #82901 parent 5d2362f commit 144ecb9
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments