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 { func lower(input string) string {

View File

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