diff --git a/src/pages/index.astro b/src/pages/index.astro index 8f58f8b..92846f4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1816,6 +1816,11 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond; transition: opacity 0.25s ease; } + :global(html[data-theme='light']) .sponsor-logo { + filter: invert(1); + opacity: 0.8; + } + .sponsor-card:hover .sponsor-logo { opacity: 1; }