This commit is contained in:
Auric Vente
2024-07-22 20:27:30 -06:00
parent deb4de98f4
commit 9378b8c27a
4 changed files with 42 additions and 21 deletions

View File

@@ -213,6 +213,10 @@ class Window:
background-color: {Config.separator_color};
}}
QLabel#menu_label:hover {{
background-color: {Config.alt_hover_background_color};
}}
""".strip()
Window.app.setStyleSheet(style)