fix: improve dark mode background patterns

This commit is contained in:
Mythie
2023-09-25 00:18:15 +10:00
parent 965b5c0afd
commit 80c9ab5d8c
10 changed files with 42 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ export default async function OSSFriendsPage() {
<Image
src={backgroundPattern}
alt="background pattern"
className="-mr-[15vw] -mt-[15vh] h-full max-h-[150vh] scale-125 object-cover dark:invert dark:sepia md:-mr-[50vw] md:scale-150 lg:scale-[175%]"
className="-mr-[15vw] -mt-[15vh] h-full max-h-[150vh] scale-125 object-cover dark:contrast-[70%] dark:invert dark:sepia md:-mr-[50vw] md:scale-150 lg:scale-[175%]"
/>
</div>
</div>