mirror of
https://github.com/git-touch/git-touch
synced 2025-01-19 02:40:05 +01:00
parent
4ae8f52991
commit
9af190000b
@ -81,6 +81,7 @@ class MarkdownView extends StatelessWidget {
|
|||||||
a: _basicStyle.copyWith(color: theme.palette.primary),
|
a: _basicStyle.copyWith(color: theme.palette.primary),
|
||||||
p: _basicStyle,
|
p: _basicStyle,
|
||||||
code: _basicStyle.copyWith(
|
code: _basicStyle.copyWith(
|
||||||
|
backgroundColor: theme.palette.grayBackground,
|
||||||
fontSize: 16 * 0.85,
|
fontSize: 16 * 0.85,
|
||||||
height: 1.45,
|
height: 1.45,
|
||||||
fontFamily: code.fontFamilyUsed,
|
fontFamily: code.fontFamilyUsed,
|
||||||
|
Loading…
Reference in New Issue
Block a user