feat: add GitHub link

This commit is contained in:
2026-03-08 17:31:14 +01:00
parent 986bd7e6c6
commit b4668cc87b
3 changed files with 21 additions and 0 deletions

View File

@@ -11,6 +11,11 @@
from var(--color-fur-affinity) calc(l - var(--hover-darken)) c h
);
--color-github: #1f2328;
--color-github-hover: oklch(
from var(--color-github) calc(l - var(--hover-darken)) c h
);
--color-keyoxide: #6855c3;
--color-keyoxide-hover: oklch(
from var(--color-keyoxide) calc(l - var(--hover-darken)) c h
@@ -42,6 +47,10 @@
@apply bg-fur-affinity hover:bg-fur-affinity-hover text-white;
}
.link-github {
@apply bg-github hover:bg-github-hover text-white;
}
.link-keyoxide {
@apply bg-keyoxide hover:bg-keyoxide-hover text-white;
}