From 5e1e9bee9f49b1eff8740446fd5129bfdc96ec1c Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:32:07 +0200 Subject: update counter colors --- counters.svg | 2 +- play.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/counters.svg b/counters.svg index 381f1e5..f607bef 100644 --- a/counters.svg +++ b/counters.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/play.html b/play.html index 055f9f0..0a4bea4 100644 --- a/play.html +++ b/play.html @@ -100,7 +100,7 @@ main { background-color: dimgray } height: 39px; border-width: 2px; border-radius: 8px; - background-image: url(counters.svg?v=3); + background-image: url(counters.svg?v=4); } .counter.m { -- cgit v1.2.3