Skip to content

Commit 4e77684

Browse files
committed
hack
1 parent 70feaae commit 4e77684

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/svelte.dev/src/routes/packages/PackageCard.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@
218218
.logo {
219219
width: 3rem;
220220
height: 3rem;
221+
222+
:root.dark &[alt='drizzle logo'],
223+
:root.dark &[alt='paraglide logo'] {
224+
filter: invert(1);
225+
}
221226
}
222227
223228
.description {

0 commit comments

Comments
 (0)