diff --git a/lib/widgets/markdown_view.dart b/lib/widgets/markdown_view.dart index 23d87d7c..12857c55 100644 --- a/lib/widgets/markdown_view.dart +++ b/lib/widgets/markdown_view.dart @@ -81,6 +81,7 @@ class MarkdownView extends StatelessWidget { a: _basicStyle.copyWith(color: theme.palette.primary), p: _basicStyle, code: _basicStyle.copyWith( + backgroundColor: theme.palette.grayBackground, fontSize: 16 * 0.85, height: 1.45, fontFamily: code.fontFamilyUsed,