aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/documentstyle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentstyle.cpp b/src/documentstyle.cpp
index 5f31a5f..5829a1b 100644
--- a/src/documentstyle.cpp
+++ b/src/documentstyle.cpp
@@ -420,6 +420,7 @@ QString DocumentStyle::toStyleSheet() const
css += QString("h1 { color: %2; %1 }\n").arg(encodeCssFont (h1_font)).arg(h1_color.name());
css += QString("h2 { color: %2; %1 }\n").arg(encodeCssFont (h2_font)).arg(h2_color.name());
css += QString("h3 { color: %2; %1 }\n").arg(encodeCssFont (h3_font)).arg(h3_color.name());
+ css += QString("blockquote { background: %1 }\n").arg(blockquote_color.name());
// qDebug() << "CSS → " << css;
return css;