refactor(main): update social & profile link style

This commit is contained in:
Kim, Jimin 2023-07-04 10:26:30 +09:00
parent 86fd0469b1
commit f0b5e72add
2 changed files with 9 additions and 3 deletions

View file

@ -58,6 +58,8 @@ b {
} }
.social-profile { .social-profile {
@apply p-5;
* { * {
@apply text-[#888888] duration-150 ease-out; @apply text-[#888888] duration-150 ease-out;
} }
@ -66,7 +68,11 @@ b {
@apply w-10; @apply w-10;
} }
:hover { &:hover {
@apply rounded-2xl bg-dark-ui-hover;
* {
@apply text-white; @apply text-white;
} }
}
} }

View file

@ -46,7 +46,7 @@
Seoul, South Korea. Seoul, South Korea.
</span> </span>
<div class="mt-12 flex flex-wrap justify-center gap-6"> <div class="mt-12 flex flex-wrap justify-center">
<a <a
class="social-profile" class="social-profile"
target="_blank" target="_blank"