Commit a564234
committed
fix: V3 post body links match body color
The body link rule was painting links with --color-text-link-accent
(mid-blue), but Figma wants links to read as plain text with just an
underline. Switching to color: inherit so links follow the body's
--color-text-secondary in both light and dark mode.1 parent 3b71d48 commit a564234
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments