Skip to content

Commit a4f07a5

Browse files
committed
style: bg base before backdrop-blur
1 parent ae6cb13 commit a4f07a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/algo/CardAlgo.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
</div>
5656
</div>
5757
</div>
58-
<div class="card-actions pt-4 flex-nowrap backdrop-blur-sm p-8">
58+
<div
59+
class="card-actions pt-4 flex-nowrap backdrop-blur-sm bg-base-100/60 p-8"
60+
>
5961
{#if isLongDescription}
6062
<button
6163
onclick={() => (readAll = !readAll)}

0 commit comments

Comments
 (0)