Update background colors in SSC demos

This commit is contained in:
David Haz
2025-07-23 22:13:58 +03:00
parent ce9c9c897b
commit a0d85e88d9
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"
/>
<p
class="top-[25%] left-[50%] absolute font-black text-[#271e37] text-[clamp(2rem,4vw,3rem)] text-center transition-all -translate-x-1/2 -translate-y-1/2 duration-300 ease-in-out pointer-events-none transform"
class="top-[25%] left-[50%] absolute font-black text-[#333] text-[clamp(2rem,4vw,3rem)] text-center transition-all -translate-x-1/2 -translate-y-1/2 duration-300 ease-in-out pointer-events-none transform"
>
{{ isCompleted ? 'Stack Completed!' : 'Scroll Down' }}
</p>