Set style for html titles

This commit is contained in:
miruka 2019-07-21 17:58:31 -04:00
parent 2bd8514e9b
commit 95c05356da

View File

@ -124,6 +124,10 @@ QtObject {
property string styleSheet:
"a { color: " + link + " }" +
"h1, h2 { font-weight: normal }" +
"h6 { font-size: small }" +
".greentext { color: " + greenText + " }"
property string styleInclude: