diff --git a/themes/day.py b/themes/day.py index 4271294..ad621e6 100644 --- a/themes/day.py +++ b/themes/day.py @@ -51,8 +51,10 @@ QMenu::item:selected { background: #F3F4F6; } border-radius: 14px; border: 1px solid #E5E7EB; } -#SoundCardTitle { color: rgba(55,65,81,0.9); } -#SoundValue { color: rgba(107,114,128,0.95); } +#SoundCardTitle { color: rgba(55,65,81,0.9); background: transparent; } +#SoundValue { color: rgba(107,114,128,0.95); background: transparent; } +#SoundToggleRow QLabel { background: transparent; } +#SoundSliderRow QLabel { background: transparent; } #SoundSlider::groove:horizontal { height: 8px; background: #E5E7EB; border-radius: 4px; } #SoundSlider::handle:horizontal { width: 18px; margin: -6px 0; background: #111827; border-radius: 9px; } #SoundToggle { diff --git a/themes/night.py b/themes/night.py index 4d17acf..aa12c01 100644 --- a/themes/night.py +++ b/themes/night.py @@ -47,8 +47,10 @@ QMenu::item:selected { background: #1B2330; } background: #141A22; border-radius: 14px; } -#SoundCardTitle { color: rgba(138,147,166,0.95); } -#SoundValue { color: rgba(138,147,166,0.95); } +#SoundCardTitle { color: rgba(138,147,166,0.95); background: transparent; } +#SoundValue { color: rgba(138,147,166,0.95); background: transparent; } +#SoundToggleRow QLabel { background: transparent; } +#SoundSliderRow QLabel { background: transparent; } #SoundSlider::groove:horizontal { height: 8px; background: #1B2330; border-radius: 4px; } #SoundSlider::handle:horizontal { width: 18px; margin: -6px 0; background: #E6EAF0; border-radius: 9px; } #SoundToggle {