diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fc68000..c6ad429 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -178,7 +178,7 @@ rss: posts / - log + log {/if} diff --git a/src/styles/app.css b/src/styles/app.css index e78b868..0f1e888 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -1,9 +1,5 @@ @import './prism-synthwave84.css'; -@import 'bluesky-profile-feed-embed/style.css'; -@import 'bluesky-profile-feed-embed/themes/light.css' (prefers-color-scheme: light); -@import 'bluesky-profile-feed-embed/themes/dim.css' (prefers-color-scheme: dark); - @tailwind base; @tailwind components; @tailwind utilities;