refactor: change color scheme

This commit is contained in:
Kentai Radiquum 2024-11-24 22:16:59 +05:00
parent 437b863e92
commit f813fb414c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 66 additions and 99 deletions

View file

@ -147,10 +147,10 @@
</div>
</div>
<div class="flex flex-col overflow-hidden rounded-lg">
<div class="flex items-center justify-center w-full p-8 bg-bg-pink">
<div class="flex items-center justify-center w-full p-8 bg-pink-600">
<p class="text-4xl font-bold">Music</p>
</div>
<div class="flex justify-center px-8 py-4 bg-opacity-50 bg-bg-pink">
<div class="flex justify-center px-8 py-4 bg-opacity-50 bg-pink-600">
<p class="text-lg font-light">I listen a lot of various music, but mainly listen to
EDM \ Happy Hardcore \ Tech \ Rock \ Alternative. By artist like: S3RL, Camellia,
t+pazolite, BTMH, Saint Motel, and more...</p>
@ -308,7 +308,7 @@
<div class="flex flex-wrap w-full gap-1">
<div
class="w-full aspect-[2/1] border-transparent border-2 border-solid max-h-[182px] overflow-hidden rounded-lg">
<div class="flex items-end justify-end w-full h-full bg-bg-blue">
<div class="flex items-end justify-end w-full h-full bg-blue-500">
<p class="font-bold text-4xl p-[8px]">SOCIAL MEDIA</p>
</div>
</div>
@ -454,7 +454,7 @@
<div class="flex flex-wrap w-full gap-1">
<div
class="w-full aspect-[2/1] border-transparent border-2 border-solid max-h-[182px] overflow-hidden rounded-lg">
<div class="flex items-end justify-end w-full h-full bg-bg-pink">
<div class="flex items-end justify-end w-full h-full bg-pink-600">
<p class="font-bold text-4xl p-[8px]">CONTACT</p>
</div>
</div>