diff --git a/resources/themes/Blend of Gray/style.qss b/resources/themes/Blend of Gray/style.qss index 8aa5fe4a0e68..c59bbca1cfaf 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 a6d87854348c..fc77e06f152c 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