mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-04-05 15:54:34 +00:00
refactor: fix color scheme for contact card in about me
This commit is contained in:
parent
f813fb414c
commit
edd37aab83
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue