mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 23:56:30 +02:00
Improves the look of inlinde code in markdown
This commit is contained in:
@@ -296,6 +296,7 @@ val MarkDownStyleOnDark =
|
||||
SpanStyle(
|
||||
fontFamily = FontFamily.Monospace,
|
||||
fontSize = Font14SP,
|
||||
letterSpacing = 5.sp,
|
||||
background = DarkColorPalette.onSurface.copy(alpha = 0.22f),
|
||||
),
|
||||
),
|
||||
@@ -334,7 +335,8 @@ val MarkDownStyleOnLight =
|
||||
SpanStyle(
|
||||
fontFamily = FontFamily.Monospace,
|
||||
fontSize = Font14SP,
|
||||
background = LightColorPalette.onSurface.copy(alpha = 0.22f),
|
||||
letterSpacing = 5.sp,
|
||||
background = LightColorPalette.onSurface.copy(alpha = 0.12f),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user