[AGS] Fix Bluetooth crashes

This commit is contained in:
2025-04-26 09:38:15 +02:00
parent 33fcdd72f7
commit e19a1179d5
9 changed files with 54 additions and 35 deletions

View File

@@ -25,7 +25,7 @@ button:hover {
}
button:focus {
background-color: rgb(178, 123, 209);
background-color: rgb(4, 14, 29);
color: rgb(230, 230, 230);
}