diff --git a/src/app.css b/src/app.css index 2deac40..3de38ed 100644 --- a/src/app.css +++ b/src/app.css @@ -3,8 +3,8 @@ @tailwind utilities; body { - transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; - @apply bg-stone-100 dark:bg-gray-950 text-black dark:text-stone-100 text-center; + transition: + background-color 0.2s ease-in-out, + color 0.2s ease-in-out; + @apply bg-stone-100 dark:bg-gray-950 text-black dark:text-stone-100 text-center; } - - \ No newline at end of file diff --git a/src/lib/Commit.svelte b/src/lib/Commit.svelte index cdd4685..fd73c23 100644 --- a/src/lib/Commit.svelte +++ b/src/lib/Commit.svelte @@ -1,20 +1,25 @@ - - {@html title} - {pubAgo} + + + {@html title} +

{pubAgo}

+
{#if description}

with the message:

- {@html description} + {@html description} {/if} view commit for more details
diff --git a/src/lib/RssFeed.svelte b/src/lib/RssFeed.svelte index ca2807c..5cb779a 100644 --- a/src/lib/RssFeed.svelte +++ b/src/lib/RssFeed.svelte @@ -62,13 +62,9 @@ {:else}
- + {#each feed.slice(0, 5) as commit, i} - {#if i === 0} - - {:else} - - {/if} + {/each}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index b5e2da3..df99c6f 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -4,6 +4,7 @@ import ThemeSwitch from '$lib/ThemeSwitch.svelte'; import '../app.css'; import CloudflareAnalytics from '../lib/CloudflareAnalytics.svelte'; + import { DarkMode } from 'flowbite-svelte'; // Navigation links are generated based on this object const nav = [ @@ -73,7 +74,7 @@ {/each} {/key} - +
diff --git a/src/routes/svelte/+page.svelte b/src/routes/svelte/+page.svelte index 95a48b2..efa6b28 100644 --- a/src/routes/svelte/+page.svelte +++ b/src/routes/svelte/+page.svelte @@ -7,7 +7,8 @@

Svelte Portfolio Page

-

For this product i've used the following:

+

For this project i've used the following:

+