Skip to content

Commit 1d98918

Browse files
authored
fix: keep homepage sponsor logos colored (#171)
1 parent a1b7228 commit 1d98918

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

vocs/docs/pages/index.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
218218
# Used By the Best
219219

220220
<div
221-
className="vocs_Sponsors_row grid grid-cols-4 gap-2 max-sm:grid-cols-2"
221+
className="alloy_UsedByLogos vocs_Sponsors_row grid grid-cols-4 gap-2 max-sm:grid-cols-2"
222222
style={{
223223
"--vocs_Sponsors_height": "96px",
224224
}}
@@ -237,7 +237,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
237237
height: "var(--vocs_Sponsors_height)",
238238
width: "100%",
239239
objectFit: "contain",
240-
filter: "none !important",
241240
}}
242241
/>
243242
</a>
@@ -255,7 +254,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
255254
height: "var(--vocs_Sponsors_height)",
256255
width: "100%",
257256
objectFit: "contain",
258-
filter: "none !important",
259257
}}
260258
/>
261259
</a>
@@ -273,7 +271,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
273271
height: "var(--vocs_Sponsors_height)",
274272
width: "100%",
275273
objectFit: "contain",
276-
filter: "none !important",
277274
}}
278275
/>
279276
</a>
@@ -291,7 +288,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
291288
height: "var(--vocs_Sponsors_height)",
292289
width: "100%",
293290
objectFit: "contain",
294-
filter: "none !important",
295291
}}
296292
/>
297293
</a>
@@ -309,7 +305,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
309305
height: "var(--vocs_Sponsors_height)",
310306
width: "100%",
311307
objectFit: "contain",
312-
filter: "none !important",
313308
}}
314309
/>
315310
</a>
@@ -327,7 +322,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
327322
height: "var(--vocs_Sponsors_height)",
328323
width: "100%",
329324
objectFit: "contain",
330-
filter: "none !important",
331325
}}
332326
/>
333327
</a>
@@ -345,7 +339,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
345339
height: "var(--vocs_Sponsors_height)",
346340
width: "100%",
347341
objectFit: "contain",
348-
filter: "none !important",
349342
}}
350343
/>
351344
</a>
@@ -363,7 +356,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
363356
height: "var(--vocs_Sponsors_height)",
364357
width: "100%",
365358
objectFit: "contain",
366-
filter: "none !important",
367359
}}
368360
/>
369361
</a>

vocs/docs/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
#home-install .vocs_Code {
2626
font-size: 18px;
2727
}
28+
29+
.alloy_UsedByLogos .vocs_Sponsors_image {
30+
filter: none !important;
31+
}

0 commit comments

Comments
 (0)