refactor: fix color scheme for contact card in about me

This commit is contained in:
Kentai Radiquum 2024-11-24 22:18:08 +05:00
parent f813fb414c
commit edd37aab83
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -225,10 +225,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-blue">
<div class="flex items-center justify-center w-full p-8 bg-blue-500">
<p class="text-3xl font-bold sm:text-4xl">Contact</p>
</div>
<div class="flex justify-center px-8 py-4 bg-opacity-50 bg-bg-blue">
<div class="flex justify-center px-8 py-4 bg-opacity-50 bg-blue-500">
<p class="text-lg font-light">Feel free to reach out anytime! Ways to contact me via
instant messengers are available in <a class="text-bg-pink hover:underline"
href="#links">links</a> section!</p>