Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 493ed04

Browse files
committed
Fix paragraph and selected text colors for markdown
1 parent 199652b commit 493ed04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.UI/Assets/Markdown.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@
4343
</Style>
4444
<Style TargetType="{x:Type Paragraph}" x:Key="{x:Static markdig:Styles.CodeBlockStyleKey}">
4545
<Setter Property="Foreground" Value="{DynamicResource VsBrush.Text}" />
46-
<Setter Property="Background" Value="#66d3d3d3" />
4746
<Setter Property="Padding" Value="2" />
4847
<Setter Property="FontFamily" Value="Consolas, Lucida Sans Typewriter, Courier New" />
4948
</Style>
5049
<Style TargetType="{x:Type Run}" x:Key="{x:Static markdig:Styles.CodeStyleKey}">
5150
<Setter Property="Foreground" Value="{DynamicResource VsBrush.Text}" />
52-
<Setter Property="Background" Value="#66d3d3d3" />
5351
<Setter Property="FontFamily" Value="Consolas, Lucida Sans Typewriter, Courier New" />
5452
</Style>
5553
</ResourceDictionary>

0 commit comments

Comments
 (0)