diff --git a/resources/themes/Blend of Gray/style.qss b/resources/themes/Blend of Gray/style.qss index 3fb7a229cd5..10ed62e5e7b 100644 --- a/resources/themes/Blend of Gray/style.qss +++ b/resources/themes/Blend of Gray/style.qss @@ -22,6 +22,12 @@ QWidget:item:selected color: @text; } +QWebView, QTextBrowser +{ + color: #000000; + background-color: #ffffff; +} + QToolTip { border: 1px solid #222; diff --git a/resources/themes/Night Mapping/style.qss b/resources/themes/Night Mapping/style.qss index 6f9ed858f77..072901b8577 100644 --- a/resources/themes/Night Mapping/style.qss +++ b/resources/themes/Night Mapping/style.qss @@ -22,6 +22,12 @@ QWidget:item:selected color: @text; } +QWebView, QTextBrowser +{ + color: #000000; + background-color: #ffffff; +} + QToolTip { border: 1px solid #222;