Use container::dark style for markdown code blocks

This commit is contained in:
Héctor Ramón Jiménez 2024-07-27 18:23:12 +02:00
parent c173fa1f92
commit 23a7e9f981
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -409,7 +409,7 @@ where
)
.width(Length::Fill)
.padding(spacing.0 / 2.0)
.style(container::rounded_box)
.style(container::dark)
.into(),
});