Set style for html titles
This commit is contained in:
parent
2bd8514e9b
commit
95c05356da
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user