feat: add a link to my Keyoxide entry

This commit is contained in:
2026-03-08 15:42:01 +01:00
parent f03aae2c03
commit 70a5e4933c
4 changed files with 28 additions and 0 deletions

View File

@@ -11,6 +11,11 @@
from var(--color-fur-affinity) 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
);
--color-mastodon: oklch(from #6364ff var(--link-bg-l) c h);
--color-mastodon-hover: oklch(
from var(--color-mastodon) calc(l - var(--hover-darken)) c h
@@ -37,6 +42,10 @@
@apply bg-fur-affinity hover:bg-fur-affinity-hover text-white;
}
.link-keyoxide {
@apply bg-keyoxide hover:bg-keyoxide-hover text-white;
}
.link-mastodon {
@apply bg-mastodon hover:bg-mastodon-hover text-white;
}