Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 345089c

Browse files
committed
Fixed markdown styles
1 parent 3e78a7f commit 345089c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Source/Deployer.Raspberry.Gui/Views/Markdown.Styles.Default.xaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
TargetType="Paragraph">
1212
<Setter Property="FontSize"
1313
Value="36" />
14-
<Setter Property="Foreground"
15-
Value="#ff000000" />
1614
<Setter Property="FontWeight"
1715
Value="Light" />
1816
</Style>
@@ -21,8 +19,6 @@
2119
TargetType="Paragraph">
2220
<Setter Property="FontSize"
2321
Value="20" />
24-
<Setter Property="Foreground"
25-
Value="#ff000000" />
2622
<Setter Property="FontWeight"
2723
Value="Light" />
2824
</Style>
@@ -31,8 +27,6 @@
3127
TargetType="Paragraph">
3228
<Setter Property="FontSize"
3329
Value="20" />
34-
<Setter Property="Foreground"
35-
Value="#99000000" />
3630
<Setter Property="FontWeight"
3731
Value="Light" />
3832
</Style>
@@ -41,8 +35,7 @@
4135
TargetType="Paragraph">
4236
<Setter Property="FontSize"
4337
Value="14" />
44-
<Setter Property="Foreground"
45-
Value="#99000000" />
38+
4639
<Setter Property="FontWeight"
4740
Value="Light" />
4841
</Style>

0 commit comments

Comments
 (0)