finalise ball colourings and display

This commit is contained in:
2025-03-28 15:20:56 +00:00
parent 75d8d1700e
commit 0d33d65844
2 changed files with 3 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ func InSlice(n int, list []int) bool {
}
}
return true
return false
}
func lower(input string) string {

View File

@@ -27,7 +27,7 @@
background-color: #facc15;
color: black;
font-weight: bold;
animation: pulse 1s infinite;
animation: pulse 2s infinite;
}
/* .prize-badge {
@@ -38,13 +38,9 @@
font-size: 0.75rem;
box-shadow: 0 0 6px rgba(0,0,0,0.2);
} */
.ball.bonus {
background-color: red;
}
.ball.matched {
animation: pulse 1s ease-in-out infinite;
animation: pulse 2s ease-in-out infinite;
}
.ball.game-lotto.lotto-range-01-09 {