diff options
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/domain/mime/partmodel.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/src/domain/mime/partmodel.cpp b/framework/src/domain/mime/partmodel.cpp index 0f4afcd8..df63f5e9 100644 --- a/framework/src/domain/mime/partmodel.cpp +++ b/framework/src/domain/mime/partmodel.cpp | |||
@@ -119,7 +119,10 @@ static QString addCss(const QString &s) | |||
119 | //overflow:hidden ensures no scrollbars are ever shown. | 119 | //overflow:hidden ensures no scrollbars are ever shown. |
120 | const auto css = "<style>\n" | 120 | const auto css = "<style>\n" |
121 | "body {\n" | 121 | "body {\n" |
122 | "overflow:hidden;\n" | 122 | " overflow:hidden;\n" |
123 | " font-family: \"Noto Sans\" ! important;\n" | ||
124 | " color: #31363b ! important;\n" | ||
125 | " background-color: #fcfcfc ! important\n" | ||
123 | "}\n" | 126 | "}\n" |
124 | "</style>"; | 127 | "</style>"; |
125 | const auto header = QLatin1String("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n" | 128 | const auto header = QLatin1String("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n" |