From 45591e1f869a0faa5a6f21811ac921ec8e0e785e Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 6 May 2026 19:48:43 +0200 Subject: [PATCH] fix: keep homepage sponsor logos colored --- vocs/docs/pages/index.mdx | 10 +--------- vocs/docs/styles.css | 4 ++++ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/vocs/docs/pages/index.mdx b/vocs/docs/pages/index.mdx index 574f20b0..e02ff5e5 100644 --- a/vocs/docs/pages/index.mdx +++ b/vocs/docs/pages/index.mdx @@ -218,7 +218,7 @@ async fn main() -> Result<(), Box> { # Used By the Best
Result<(), Box> { height: "var(--vocs_Sponsors_height)", width: "100%", objectFit: "contain", - filter: "none !important", }} /> @@ -255,7 +254,6 @@ async fn main() -> Result<(), Box> { height: "var(--vocs_Sponsors_height)", width: "100%", objectFit: "contain", - filter: "none !important", }} /> @@ -273,7 +271,6 @@ async fn main() -> Result<(), Box> { height: "var(--vocs_Sponsors_height)", width: "100%", objectFit: "contain", - filter: "none !important", }} /> @@ -291,7 +288,6 @@ async fn main() -> Result<(), Box> { height: "var(--vocs_Sponsors_height)", width: "100%", objectFit: "contain", - filter: "none !important", }} /> @@ -309,7 +305,6 @@ async fn main() -> Result<(), Box> { height: "var(--vocs_Sponsors_height)", width: "100%", objectFit: "contain", - filter: "none !important", }} /> @@ -327,7 +322,6 @@ async fn main() -> Result<(), Box> { height: "var(--vocs_Sponsors_height)", width: "100%", objectFit: "contain", - filter: "none !important", }} /> @@ -345,7 +339,6 @@ async fn main() -> Result<(), Box> { height: "var(--vocs_Sponsors_height)", width: "100%", objectFit: "contain", - filter: "none !important", }} /> @@ -363,7 +356,6 @@ async fn main() -> Result<(), Box> { height: "var(--vocs_Sponsors_height)", width: "100%", objectFit: "contain", - filter: "none !important", }} /> diff --git a/vocs/docs/styles.css b/vocs/docs/styles.css index 5d934fab..4035b1ca 100644 --- a/vocs/docs/styles.css +++ b/vocs/docs/styles.css @@ -25,3 +25,7 @@ #home-install .vocs_Code { font-size: 18px; } + +.alloy_UsedByLogos .vocs_Sponsors_image { + filter: none !important; +}