diff --git a/src/lib/components/DynamicPostContent.svelte b/src/lib/components/DynamicPostContent.svelte index 3e66bd8..315fc78 100644 --- a/src/lib/components/DynamicPostContent.svelte +++ b/src/lib/components/DynamicPostContent.svelte @@ -112,13 +112,13 @@ // Post type styles &.post { .post-body { - font-size: 1.05rem; + font-size: 1.125rem; } } &.essay { .post-body { - font-size: 1rem; + font-size: 1.125rem; line-height: 1.7; } } @@ -192,15 +192,15 @@ .album-description { margin: 0; - font-size: 0.9rem; - color: $grey-40; + font-size: 1.125rem; + color: $grey-10; line-height: 1.5; } } .post-body { - color: $grey-20; - line-height: 1.6; + color: $grey-10; + line-height: 1.5; :global(h1) { margin: $unit-5x 0 $unit-3x; diff --git a/src/lib/components/PostContent.svelte b/src/lib/components/PostContent.svelte index 7e5873f..9056316 100644 --- a/src/lib/components/PostContent.svelte +++ b/src/lib/components/PostContent.svelte @@ -54,14 +54,14 @@ // Post type styles for simplified post types &.post { .post-body { - font-size: 1.05rem; + font-size: 1.125rem; } } &.essay { .post-body { - font-size: 1rem; - line-height: 1.7; + font-size: 1.125rem; + line-height: 1.5; } } @@ -69,14 +69,14 @@ &.note, &.microblog { .post-body { - font-size: 1.1rem; + font-size: 1.125rem; } } &.blog { .post-body { - font-size: 1rem; - line-height: 1.7; + font-size: 1.125rem; + line-height: 1.5; } } } @@ -111,8 +111,8 @@ } .post-body { - color: $grey-20; - line-height: 1.6; + color: $grey-10; + line-height: 1.5; :global(h2) { margin: $unit-4x 0 $unit-2x; diff --git a/src/lib/components/PostItem.svelte b/src/lib/components/PostItem.svelte index acc2118..62e5ade 100644 --- a/src/lib/components/PostItem.svelte +++ b/src/lib/components/PostItem.svelte @@ -57,7 +57,7 @@ &.note { .post-excerpt { - font-size: 1rem; + font-size: 1.125rem; } } @@ -107,8 +107,8 @@ .post-excerpt { margin: 0; color: $grey-00; - font-size: 1rem; - line-height: 1.3; + font-size: 1.125rem; + line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; diff --git a/src/lib/components/UniverseAlbumCard.svelte b/src/lib/components/UniverseAlbumCard.svelte index e504e81..1b2730e 100644 --- a/src/lib/components/UniverseAlbumCard.svelte +++ b/src/lib/components/UniverseAlbumCard.svelte @@ -44,7 +44,12 @@

- e.preventDefault()} tabindex="-1">{album.title} + e.preventDefault()} + tabindex="-1">{album.title}

{#if album.description} @@ -78,12 +83,12 @@ .album-description { margin: 0; - color: $grey-20; - font-size: 1rem; + color: $grey-10; + font-size: 1.125rem; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } - \ No newline at end of file + diff --git a/src/lib/components/UniversePostCard.svelte b/src/lib/components/UniversePostCard.svelte index 7f24361..1ec37cf 100644 --- a/src/lib/components/UniversePostCard.svelte +++ b/src/lib/components/UniversePostCard.svelte @@ -100,8 +100,8 @@ .post-excerpt { p { margin: 0; - color: $grey-20; - font-size: 1rem; + color: $grey-10; + font-size: 1.125rem; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical;