diff --git a/index.html b/index.html
index 17d1e9a..07ec9e4 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,8 @@
Woofle
Youtube
TikTok
Instagram
+ Threads
+ Bluesky
Speedrun.com
GitHub
itch.io
diff --git a/style.css b/style.css
index 43c91b2..0435d97 100644
--- a/style.css
+++ b/style.css
@@ -154,7 +154,7 @@ a.youtube {
a.tiktok {
background-color: black;
- text-shadow: 0.7px 0.7px #ff0050, -0.7px -0.7px #00f2ea;
+ text-shadow: 0.8px 0.8px #ff0050, -0.8px -0.8px #00f2ea;
}
a.instagram {
@@ -172,6 +172,10 @@ a.instagram {
);
}
+a.bluesky {
+ background: linear-gradient(#007dfe, #00bbfe)
+}
+
a.speedrun {
background-color: #109e76;
}