aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-09 00:19:32 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-09 00:19:32 +0200
commitdf4fbcb4cf6c593c725f677b2ed587e877ae6709 (patch)
treee399602df5bd4bd240b8746ff45dee13cc6ebd53 /src/documentstyle.hpp
parent573e73eb1b7a4b5f1cc7037feab620ad9c077f2d (diff)
downloadkristall-df4fbcb4cf6c593c725f677b2ed587e877ae6709.tar.gz
Adds help document, adds block quote support, updates gemini parser to newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text
Diffstat (limited to 'src/documentstyle.hpp')
-rw-r--r--src/documentstyle.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp
index db02a36..6692cfd 100644
--- a/src/documentstyle.hpp
+++ b/src/documentstyle.hpp
@@ -30,6 +30,7 @@ struct DocumentStyle
QColor h1_color;
QColor h2_color;
QColor h3_color;
+ QColor blockquote_color;
QColor internal_link_color;
QColor external_link_color;