Skip to content

Commit

Permalink
change link markdown color
Browse files Browse the repository at this point in the history
  • Loading branch information
allinelara committed May 6, 2024
1 parent d559bf6 commit e909503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ internal val H3SPanStyle = SpanStyle(fontSize = 1.17.em, fontWeight = FontWeight
internal val H4SPanStyle = SpanStyle(fontSize = 1.12.em, fontWeight = FontWeight.Bold)
internal val H5SPanStyle = SpanStyle(fontSize = 0.83.em, fontWeight = FontWeight.Bold)
internal val H6SPanStyle = SpanStyle(fontSize = 0.75.em, fontWeight = FontWeight.Bold)
internal val LinkStyle = SpanStyle(color = Color.Blue, textDecoration = TextDecoration.Underline)
internal val LinkStyle = SpanStyle(color = Color(0xFFFF6B00), textDecoration = TextDecoration.Underline)

private fun AnnotatedString.removeRange(start: Int, end: Int) =
subSequence(0, start) + subSequence(end, length)
Expand Down

0 comments on commit e909503

Please sign in to comment.