From 2522da634968288666a4d8e3e083af158c92b5a8 Mon Sep 17 00:00:00 2001 From: djmil Date: Wed, 15 Nov 2023 09:36:50 +0100 Subject: [PATCH] red color match for Counter and Toggle --- webapp/src/container/Games.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/container/Games.css b/webapp/src/container/Games.css index c794442..7f5ca19 100644 --- a/webapp/src/container/Games.css +++ b/webapp/src/container/Games.css @@ -60,7 +60,7 @@ } .ViewSelector .Counter { - background-color:palevioletred; + background-color:#FF3A19;; margin-right: 1px; font-size: 60%; vertical-align: 7px;