Skip to content

Commit e046fff

Browse files
committed
chore: no bg white on sugs
1 parent a396fc3 commit e046fff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

svelte_frontend/src/app.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525
}
2626

2727
.inp-wrap input, .input {
28-
@apply px-2 py-0.5 block w-full bg-transparent outline-0;
28+
@apply px-2 py-0.5 block w-full bg-transparent outline-0
29+
[&:-webkit-autofill]:shadow-[inset_0_0_0px_1000px_rgb(255,255,255,0)]
30+
[&:-webkit-autofill]:duration-[5000s]
31+
dark:[&:-webkit-autofill]:shadow-[inset_0_0_0px_1000px_rgb(23,23,23,0.8)]
32+
dark:[&:-webkit-autofill]:text-neutral-300;
2933
}
3034

3135
.p-but {

0 commit comments

Comments
 (0)