diff --git a/AideDeJeu/AideDeJeu/App.xaml b/AideDeJeu/AideDeJeu/App.xaml index 11d6ebec..ff5798f4 100644 --- a/AideDeJeu/AideDeJeu/App.xaml +++ b/AideDeJeu/AideDeJeu/App.xaml @@ -172,7 +172,7 @@ diff --git a/AideDeJeu/AideDeJeu/Tools/MarkdownThemes.cs b/AideDeJeu/AideDeJeu/Tools/MarkdownThemes.cs index 5be314b3..0cc49f05 100644 --- a/AideDeJeu/AideDeJeu/Tools/MarkdownThemes.cs +++ b/AideDeJeu/AideDeJeu/Tools/MarkdownThemes.cs @@ -24,13 +24,13 @@ namespace AideDeJeu.Tools this.Paragraph.BackgroundColor = DefaultBackgroundColor; this.BackgroundColor = DefaultBackgroundColor; //this.Paragraph.ForegroundColor = DefaultTextColor; - this.Heading1.ForegroundColor = DefaultTextColor; + this.Heading1.ForegroundColor = fdHeading1.TextColor; this.Heading1.BorderColor = DefaultSeparatorColor; this.Heading1.FontFamily = fdHeading1.FontFamily; - this.Heading2.ForegroundColor = DefaultTextColor; + this.Heading2.ForegroundColor = fdHeading2.TextColor; this.Heading2.BorderColor = DefaultSeparatorColor; this.Heading2.FontFamily = fdHeading2.FontFamily; - this.Heading3.ForegroundColor = DefaultTextColor; + this.Heading3.ForegroundColor = fdHeading3.TextColor; this.Heading3.FontFamily = fdHeading3.FontFamily; this.Heading4.ForegroundColor = DefaultTextColor; this.Heading5.ForegroundColor = DefaultTextColor;