Fix background of inline_code_highlight in markdown

This commit is contained in:
Héctor Ramón Jiménez 2025-08-04 00:45:00 +02:00
parent f8a8a85717
commit 148fc77b8f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1072,8 +1072,8 @@ impl Style {
Self {
inline_code_padding: padding::left(1).right(1),
inline_code_highlight: Highlight {
background: color!(0x111).into(),
border: border::rounded(2),
background: color!(0x111111).into(),
border: border::rounded(4),
},
inline_code_color: Color::WHITE,
link_color: palette.primary,