chore: add social links in the footer

This commit is contained in:
Pavel Sviderski
2025-05-10 14:36:05 +10:00
parent c34542a9d8
commit 8f00e0082e
2 changed files with 30 additions and 1 deletions
+9
View File
@@ -1720,6 +1720,10 @@ input[type="search"]::-webkit-search-results-decoration {
background-clip: text;
}
.fill-current{
fill: currentColor;
}
.fill-zinc-300{
fill: #d4d4d8;
}
@@ -1958,6 +1962,11 @@ input[type="search"]::-webkit-search-results-decoration {
color: rgb(82 82 91 / var(--tw-text-opacity));
}
.text-zinc-700{
--tw-text-opacity: 1;
color: rgb(63 63 70 / var(--tw-text-opacity));
}
.text-zinc-800{
--tw-text-opacity: 1;
color: rgb(39 39 42 / var(--tw-text-opacity));