diff --git a/themes/day.py b/themes/day.py index 41c775c..50e6d9a 100644 --- a/themes/day.py +++ b/themes/day.py @@ -1,6 +1,7 @@ THEME_DAY = """ QWidget { background: #F4F6F8; color: #111827; } #TopBar, #BottomBar { background: #FFFFFF; } +#TopBar QLabel { background: transparent; } #Divider { background: #E5E7EB; } #MenuButton, #SettingsButton { diff --git a/themes/night.py b/themes/night.py index 61cc3ae..9f154ce 100644 --- a/themes/night.py +++ b/themes/night.py @@ -1,6 +1,7 @@ THEME_NIGHT = """ QWidget { background: #0B0E11; color: #E6EAF0; } #TopBar, #BottomBar { background: #0F1318; } +#TopBar QLabel { background: transparent; } #Divider { background: #1B2330; } #MenuButton, #SettingsButton {