From 0d33d65844a31ed934926518e172d8306223ec75 Mon Sep 17 00:00:00 2001 From: H3ALY Date: Fri, 28 Mar 2025 15:20:56 +0000 Subject: [PATCH] finalise ball colourings and display --- helpers/template.go | 2 +- static/css/site.css | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/helpers/template.go b/helpers/template.go index fc52c86..ad7c003 100644 --- a/helpers/template.go +++ b/helpers/template.go @@ -73,7 +73,7 @@ func InSlice(n int, list []int) bool { } } - return true + return false } func lower(input string) string { diff --git a/static/css/site.css b/static/css/site.css index 5d5ddef..816a1b2 100644 --- a/static/css/site.css +++ b/static/css/site.css @@ -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 {