diff --git a/src/app.css b/src/app.css index bb5792d..c1364a7 100644 --- a/src/app.css +++ b/src/app.css @@ -6,45 +6,17 @@ @tailwind utilities; body { + @apply text-gray-700; + font-family: Inter, sans-serif; } -/* TODO: These aren't necessary */ -.text-gt { - background: linear-gradient(to top, hsl(211, 78%, 49%), hsl(256, 100%, 16%)); - background-clip: text; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} - -.text-gb { - background: linear-gradient(to bottom, hsl(211, 78%, 49%), hsl(256, 100%, 16%)); - background-clip: text; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} - -.text-gr { - background: linear-gradient(to right, hsl(211, 78%, 49%), hsl(256, 100%, 16%)); - background-clip: text; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} - -.text-gl { - background: linear-gradient(to left, hsl(211, 78%, 49%), hsl(256, 100%, 16%)); - background-clip: text; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; -} - - .markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { @apply font-semibold mb-3; } .markdown h1, .markdown h2 { - @apply text-2xl sm:text-3xl mt-12 font-medium; + @apply text-2xl sm:text-3xl mt-8 sm:mt-12 font-medium; } .markdown h3, .markdown h4, .markdown h5, .markdown h6 { diff --git a/src/app.html b/src/app.html index 62e1815..fc685ae 100644 --- a/src/app.html +++ b/src/app.html @@ -1,12 +1,12 @@ - - - - - %sveltekit.head% - - -
%sveltekit.body%
- + + + + + %sveltekit.head% + + +
%sveltekit.body%
+ diff --git a/src/lib/components/layout/blog-card.svelte b/src/lib/components/layout/blog-card.svelte index 3d66e8b..f721b7b 100644 --- a/src/lib/components/layout/blog-card.svelte +++ b/src/lib/components/layout/blog-card.svelte @@ -1,34 +1,34 @@ -
-

{getDateString(data.metadata.date)}

- - -

{data.intro}

- -
+ diff --git a/src/lib/components/layout/blog-header.svelte b/src/lib/components/layout/blog-header.svelte index 0471722..6d2f6f3 100644 --- a/src/lib/components/layout/blog-header.svelte +++ b/src/lib/components/layout/blog-header.svelte @@ -7,7 +7,7 @@ export let data: BlogPost; -
+

{getDateString(data.metadata.date)}

diff --git a/src/lib/components/layout/blog-list-header.svelte b/src/lib/components/layout/blog-list-header.svelte index 5326e4c..b6dc654 100644 --- a/src/lib/components/layout/blog-list-header.svelte +++ b/src/lib/components/layout/blog-list-header.svelte @@ -6,7 +6,7 @@ let categories: string[] = ['.NET', 'Angular', 'C#', 'Svelte']; -
+

2 Found

Blog Posts

diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f02fb60..fc4a4a4 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -22,10 +22,13 @@

- - -