From 4135e0d368a8181b7422338559bdcd3b214443c4 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Tue, 16 Feb 2021 09:56:14 +1100 Subject: Improved blockquotes --- src/documentstyle.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/documentstyle.hpp') diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp index 961a0ed..c3ac368 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -33,6 +33,7 @@ struct DocumentStyle QFont h2_font; QFont h3_font; QFont preformatted_font; + QFont blockquote_font; QColor background_color; QColor standard_color; @@ -40,7 +41,8 @@ struct DocumentStyle QColor h1_color; QColor h2_color; QColor h3_color; - QColor blockquote_color; + QColor blockquote_fgcolor; + QColor blockquote_bgcolor; QColor internal_link_color; QColor external_link_color; -- cgit v1.2.3