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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="mx-2 p-4 !py-8 shadow-md sm:mx-8 sm:p-32">
<div class="mx-2 p-4 !py-8 sm:mx-8 sm:p-32">
<div class="my-8 flex items-center justify-between">
<h2 class="m-0 mx-auto text-3xl font-extrabold sm:text-4xl">Latest news from Modrinth</h2>
</div>

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>