From 32204a554d94122ca2d06855450b487c25f03f3e Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Mon, 3 Nov 2025 07:13:18 +0100 Subject: [PATCH] Update colors --- src/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 6c97dd6..e17f86b 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -56,13 +56,13 @@ } .icon-longfast { - background-color: #2563eb; + background-color: #8c929e; border-radius: 25px; border: 1px solid white; } .icon-mediumfast { - background-color: #4C83FE; + background-color: #326be7; border-radius: 25px; border: 1px solid white; }