refactor(main): update social & profile link style
This commit is contained in:
parent
86fd0469b1
commit
f0b5e72add
2 changed files with 9 additions and 3 deletions
|
@ -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 text-white;
|
@apply rounded-2xl bg-dark-ui-hover;
|
||||||
|
|
||||||
|
* {
|
||||||
|
@apply text-white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue