From 0daff4a0f308645fb7f86c487663b74363cffa7c Mon Sep 17 00:00:00 2001 From: sHa Date: Wed, 10 Dec 2025 22:00:16 +0200 Subject: [PATCH] Add transparent color option to logo colors in logos.json --- public/data/logos.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/data/logos.json b/public/data/logos.json index a765aeb..191f752 100644 --- a/public/data/logos.json +++ b/public/data/logos.json @@ -4017,7 +4017,8 @@ "colors": { "green": "#3a7456", "gold": "#cc950b", - "currentColor": "currentColor" + "currentColor": "currentColor", + "transparent": "none" }, "targets": { "logoI": "#shkafnik-I",