This commit is contained in:
parent
dc6fa59833
commit
4ddaba7c7d
24 changed files with 992 additions and 592 deletions
|
|
@ -193,6 +193,20 @@
|
|||
[class*="border"] {
|
||||
@apply border-border;
|
||||
}
|
||||
|
||||
.social-links {
|
||||
@apply flex items-center gap-4;
|
||||
}
|
||||
|
||||
.social-icon-link {
|
||||
color: color-mix(in srgb, currentColor 72%, transparent);
|
||||
transition: color 180ms ease, transform 180ms ease;
|
||||
}
|
||||
|
||||
.social-icon-link:hover {
|
||||
color: var(--social-color);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue