We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1e327 commit 7daf415Copy full SHA for 7daf415
pages/playground/index.vue
@@ -1,5 +1,7 @@
1
<template>
2
- <div>
+ <div
3
+ class="min-h-screen bg-emerald-950 bg-[url('/images/noise.svg')] py-10 text-white"
4
+ >
5
<SectionPlayground showImages />
6
</div>
7
</template>
0 commit comments