wip transparence

This commit is contained in:
2026-03-04 22:18:37 +01:00
parent 45df0b3cd4
commit ec1321c5c3
10 changed files with 9022 additions and 14 deletions

View File

@@ -95,4 +95,13 @@ QSlider::handle:horizontal {
margin-top: -8px;
margin-bottom: -8px;
border-radius: 2px;
}
QWidget#main_container{
background: qlineargradient(
x1:0, y1:0,
x2:0, y2:0,
stop: 0 rgba(32, 49, 103, 180),
stop: 1 rgba(103, 49, 32, 80)
);
}