diff --git a/resources/style.qss b/resources/style.qss index ea0542d..b2e3428 100644 --- a/resources/style.qss +++ b/resources/style.qss @@ -24,6 +24,7 @@ QMenu { border-radius: 8px; padding: 6px 10px; margin: 4px 0px; + color: white; } QMenu::item:selected { @@ -36,6 +37,7 @@ QAction { border-radius: 8px; padding: 6px 10px; margin: 4px 0px; + color: white; } QRadioButton { @@ -139,6 +141,10 @@ QTreeView QHeaderView::section { font-weight: 500; } +QTreeView::item { + color: white; +} + QTreeView::item:hover { background-color: rgba(60, 60, 60, 1); } @@ -243,6 +249,7 @@ QComboBox QAbstractItemView::item { border-radius: 4px; padding: 4px 8px; margin: 2px 0px; + color: white; } QComboBox QAbstractItemView::item:hover {