From 56d114458321b83453d8296b789f27de0650beb9 Mon Sep 17 00:00:00 2001 From: Yan Maniez Date: Thu, 5 Jul 2018 22:31:37 +0200 Subject: [PATCH] Fonts --- AideDeJeu/AideDeJeu/App.xaml | 2 +- AideDeJeu/AideDeJeu/Tools/MarkdownThemes.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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;