diff --git a/ui/styles.py b/ui/styles.py index 6831fbc..96189f6 100644 --- a/ui/styles.py +++ b/ui/styles.py @@ -43,6 +43,10 @@ QGroupBox::indicator:checked { border-color: #3b82f6; } +QLabel { + background-color: transparent; +} + QLabel#title { font-size: 16px; font-weight: bold; @@ -251,6 +255,7 @@ QScrollBar::sub-page:horizontal { } QCheckBox { + background-color: transparent; spacing: 6px; color: #94a3b8; font-size: 12px;