[AGS] Setup script improvements

This commit is contained in:
2025-04-26 16:05:07 +02:00
parent 8c4af4f817
commit 1a4610a2d6
7 changed files with 41 additions and 33 deletions

View File

@@ -22,11 +22,11 @@ button {
}
button:hover {
background-color: rgba(50, 5, 15, 0.5);
background-color: rgba(151, 16, 58, 0.5);
}
button:focus {
background-color: rgb(83, 5, 25);
background-color: rgb(89, 22, 65);
color: rgb(230, 230, 230);
}