Add green logo options and update transparency settings in logos.json
Some checks failed
Deploy to GitHub Pages / build-and-deploy (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
sHa
2025-12-10 22:13:10 +02:00
parent 0daff4a0f3
commit fbf0ebd614

View File

@@ -4035,6 +4035,13 @@
"text-en": "gold", "text-en": "gold",
"tm": "green" "tm": "green"
}, },
"ng": {
"logoI": "green",
"logoU": "green",
"text-ua": "green",
"text-en": "gold",
"tm": "green"
},
"monochrome": { "monochrome": {
"logoI": "currentColor", "logoI": "currentColor",
"logoU": "currentColor", "logoU": "currentColor",
@@ -4049,21 +4056,20 @@
"text-en": "transparent", "text-en": "transparent",
"tm": "transparent" "tm": "transparent"
}, },
"logo-only-green": {
"logoI": "green",
"logoU": "green",
"text-ua": "transparent",
"text-en": "transparent",
"tm": "transparent"
},
"logo-only-monochrome": { "logo-only-monochrome": {
"logoI": "currentColor", "logoI": "currentColor",
"logoU": "currentColor", "logoU": "currentColor",
"text-ua": "transparent", "text-ua": "transparent",
"text-en": "transparent", "text-en": "transparent",
"tm": "transparent" "tm": "transparent"
},
"ng": {
"logoI": "green",
"logoU": "green",
"text-ua": "green",
"text-en": "gold",
"tm": "green"
} }
} }
} }
] ]