Fix background of inline_code_highlight in markdown
This commit is contained in:
parent
f8a8a85717
commit
148fc77b8f
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue