Add social links to blog footers
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-06-14 01:54:14 +02:00
parent dc6fa59833
commit 4ddaba7c7d
24 changed files with 992 additions and 592 deletions

View file

@ -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 {