diff --git a/bun.lockb b/bun.lockb index 48c11f8..2c12b42 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c65763d..6c4474e 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@astrojs/svelte": "^4.0.2", "@astrojs/tailwind": "^5.0.0", "astro": "^3.2.0", + "caniuse-lite": "^1.0.30001669", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "svelte": "^4.2.1", diff --git a/public/images/socials/bluesky.webp b/public/images/socials/bluesky.webp new file mode 100644 index 0000000..aac5f52 Binary files /dev/null and b/public/images/socials/bluesky.webp differ diff --git a/src/pages/socials.astro b/src/pages/socials.astro index 35a5a13..ca7a4f9 100644 --- a/src/pages/socials.astro +++ b/src/pages/socials.astro @@ -17,7 +17,7 @@ import Footer from "../components/sections/FooterComponent.astro"; h-[400px] md:h-[280px]" >
@@ -663,8 +664,11 @@ import Footer from "../components/sections/FooterComponent.astro"; - - + + @@ -858,6 +857,10 @@ import Footer from "../components/sections/FooterComponent.astro"; #twitter-icon::before { box-shadow: var(--box-shadow-values) #2daae1; } + + #bluesky-icon::before { + box-shadow: var(--box-shadow-values) #56b7fe; + }