diff --git a/src/qml/Theme.qml b/src/qml/Theme.qml index 7862dc42..ff74d69f 100644 --- a/src/qml/Theme.qml +++ b/src/qml/Theme.qml @@ -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: