diff --git a/vocs/docs/pages/index.mdx b/vocs/docs/pages/index.mdx index 574f20b..e02ff5e 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 5d934fa..4035b1c 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; +}