diff --git a/resources/themes/Blend of Gray/style.qss b/resources/themes/Blend of Gray/style.qss index a929480671a..87743cafd9e 100644 --- a/resources/themes/Blend of Gray/style.qss +++ b/resources/themes/Blend of Gray/style.qss @@ -26,8 +26,8 @@ QWidget:item:selected QWebView, QTextBrowser { - color: #000000; - background-color: #ffffff; + color: @text; + background-color: @itembackground; } QToolTip diff --git a/resources/themes/Night Mapping/style.qss b/resources/themes/Night Mapping/style.qss index 5fa9e21c5b3..be23c8f73a3 100644 --- a/resources/themes/Night Mapping/style.qss +++ b/resources/themes/Night Mapping/style.qss @@ -26,8 +26,8 @@ QWidget:item:selected QWebView, QTextBrowser { - color: #000000; - background-color: #ffffff; + color: @text; + background-color: @itemdarkbackground; } QToolTip