fix: remove unused css, correct logs rss url
This commit is contained in:
parent
2538bb614c
commit
faafb4bd7c
@ -178,7 +178,7 @@
|
||||
rss:
|
||||
<a class="align-middle hover:underline" href="/entries/_rss">posts</a>
|
||||
/
|
||||
<a class="align-middle hover:underline" href="/log/_rss">log</a>
|
||||
<a class="align-middle hover:underline" href="https://bsky.app/profile/did:plc:dfl62fgb7wtjj3fcbb72naae/rss">log</a>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user