Skip to content

Commit

Permalink
Fixed: Background Colour on Generic MarkdownViewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Aug 17, 2022
1 parent 4c3c89d commit da515cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<Setter Property="FontFamily" Value="{DynamicResource FontRegular}" />
<Setter Property="Foreground" Value="{StaticResource TextColorBrush}"/>
<Setter Property="LineHeight" Value="{DynamicResource FontSizeSmaller}"/>
<Setter Property="Background" Value="{DynamicResource BackgroundBrush}"/>
</Style>

<Style TargetType="{x:Type Paragraph}" x:Key="{x:Static markdig:Styles.Heading1StyleKey}">
Expand Down

0 comments on commit da515cd

Please sign in to comment.