Skip to content

Commit 7daf415

Browse files
committed
Use noise background for experiments
1 parent dc1e327 commit 7daf415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/playground/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<template>
2-
<div>
2+
<div
3+
class="min-h-screen bg-emerald-950 bg-[url('/images/noise.svg')] py-10 text-white"
4+
>
35
<SectionPlayground showImages />
46
</div>
57
</template>

0 commit comments

Comments
 (0)