[AGS] Fix Bluetooth menu

This commit is contained in:
2025-04-26 21:14:05 +02:00
parent 08347196f2
commit dabb325436
3 changed files with 20 additions and 50 deletions

View File

@@ -26,7 +26,7 @@ button:hover {
}
button:focus {
background-color: rgb(89, 22, 65);
background-color: rgb(151, 16, 58);
color: rgb(230, 230, 230);
}