diff --git a/themes/day.py b/themes/day.py index 37d11ee..ed5eceb 100644 --- a/themes/day.py +++ b/themes/day.py @@ -150,9 +150,9 @@ QScrollArea > QWidget > QWidget { background: transparent; } border: 1px solid #E5E7EB; } #BluetoothDeviceCard:hover { background: #F9FAFB; } -#BluetoothDeviceName { color: #111827; } -#BluetoothDeviceMac { color: rgba(107,114,128,0.95); } -#BluetoothDeviceStatus { color: rgba(107,114,128,0.95); } +#BluetoothDeviceName { color: #111827; background: transparent; } +#BluetoothDeviceMac { color: rgba(107,114,128,0.95); background: transparent; } +#BluetoothDeviceStatus { color: rgba(107,114,128,0.95); background: transparent; } #BluetoothStatusIndicator { background: transparent; } #BluetoothRemoveBtn { background: #fef2f2; diff --git a/themes/night.py b/themes/night.py index d0889e4..23efb9d 100644 --- a/themes/night.py +++ b/themes/night.py @@ -139,9 +139,9 @@ QScrollArea > QWidget > QWidget { background: transparent; } border-radius: 14px; } #BluetoothDeviceCard:hover { background: #1B2330; } -#BluetoothDeviceName { color: #E6EAF0; } -#BluetoothDeviceMac { color: rgba(138,147,166,0.95); } -#BluetoothDeviceStatus { color: rgba(138,147,166,0.95); } +#BluetoothDeviceName { color: #E6EAF0; background: transparent; } +#BluetoothDeviceMac { color: rgba(138,147,166,0.95); background: transparent; } +#BluetoothDeviceStatus { color: rgba(138,147,166,0.95); background: transparent; } #BluetoothStatusIndicator { background: transparent; } #BluetoothRemoveBtn { background: #3f1818;