This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/GitHub.VisualStudio.UI/Styles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 <Setter Property =" Padding" Value =" 4" />
4444 </Style >
4545 <Style TargetType =" {x:Type Paragraph}" x : Key =" {x:Static markdig:Styles.CodeBlockStyleKey}" >
46- <Setter Property =" Foreground" Value =" {DynamicResource {x:Static shell:VsBrushes.TextKey }}" />
46+ <Setter Property =" Foreground" Value =" {DynamicResource {x:Static shell:VsBrushes.WindowTextKey }}" />
4747 <Setter Property =" Background" Value =" {DynamicResource GitHubBranchNameBackgroundBrush}" />
4848 <Setter Property =" Padding" Value =" 2" />
4949 <Setter Property =" FontFamily" Value =" Consolas, Lucida Sans Typewriter, Courier New" />
5050 </Style >
5151 <Style TargetType =" {x:Type Run}" x : Key =" {x:Static markdig:Styles.CodeStyleKey}" >
52- <Setter Property =" Foreground" Value =" {DynamicResource {x:Static shell:VsBrushes.TextKey }}" />
52+ <Setter Property =" Foreground" Value =" {DynamicResource {x:Static shell:VsBrushes.WindowTextKey }}" />
5353 <Setter Property =" Background" Value =" {DynamicResource GitHubBranchNameBackgroundBrush}" />
5454 <Setter Property =" FontFamily" Value =" Consolas, Lucida Sans Typewriter, Courier New" />
5555 </Style >
You can’t perform that action at this time.
0 commit comments