@@ -94,13 +94,9 @@ private fun MarkdownImpl(
9494 state = state,
9595 colors = DefaultMarkdownColors (
9696 text = KotlinConfTheme .colors.longText,
97- codeText = KotlinConfTheme .colors.secondaryText,
98- linkText = KotlinConfTheme .colors.purpleText,
9997 codeBackground = KotlinConfTheme .colors.mainBackground,
100- inlineCodeText = KotlinConfTheme .colors.secondaryText,
10198 inlineCodeBackground = KotlinConfTheme .colors.mainBackground,
10299 dividerColor = KotlinConfTheme .colors.strokePale,
103- tableText = KotlinConfTheme .colors.longText,
104100 tableBackground = KotlinConfTheme .colors.mainBackground,
105101 ),
106102 typography = DefaultMarkdownTypography (
@@ -117,7 +113,6 @@ private fun MarkdownImpl(
117113 ordered = KotlinConfTheme .typography.text1,
118114 bullet = KotlinConfTheme .typography.text1,
119115 list = KotlinConfTheme .typography.text1,
120- link = KotlinConfTheme .typography.text1,
121116 inlineCode = KotlinConfTheme .typography.text1,
122117 table = KotlinConfTheme .typography.text1,
123118 textLink = TextLinkStyles (
0 commit comments