Wip Audio

This commit is contained in:
2026-03-10 16:54:09 +01:00
parent abd1a1073a
commit 935dbf6253
9 changed files with 346529 additions and 35 deletions

View File

@@ -16,6 +16,12 @@
stop: 1 #1e3a8a); /* Une pointe de bleu plus vif en bas à droite */
}
QFrame#logo_frame {
background-image: url(:/assets/logo.png);
background-repeat: no-repeat;
background-position: center;
}
QLabel#maintitle_label {
font-size: 38px;
color: rgb(255, 255, 255);
@@ -96,7 +102,7 @@ QPushButton#discordBtn:pressed, QPushButton#intranetBtn:pressed {
padding-top: 10px; /* Petit effet d'enfoncement */
}
QPushButton#volume_btn {
QPushButton#mute_btn {
border-radius: 15px;
background-color: rgb(255, 120, 0);
}