fix: use --landing-raw-bg instead of bg-bg/bg-black (#3891)

This commit is contained in:
IMB11
2025-07-03 19:51:49 +01:00
committed by GitHub
parent 55916b6bda
commit f4d0f14cb6
3 changed files with 3 additions and 3 deletions

View File

@@ -874,7 +874,7 @@ useSeoMeta({
<nuxt-link to="/legal/privacy">Privacy Policy.</nuxt-link>
</p>
</div>
<div class="bg-black">
<div class="bg-[var(--landing-raw-bg)]">
<LatestNewsRow />
</div>
</div>

View File

@@ -419,7 +419,7 @@
</div>
</div>
</div>
<div class="bg-black">
<div class="bg-[var(--landing-raw-bg)]">
<LatestNewsRow />
</div>
</div>