diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-05 16:13:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 16:13:49 -0700 |
commit | 19f8389fc777c7ff41466748f1238f4e0a4b0619 (patch) | |
tree | 13091399906489781bedb206eadecfcdd7aa17b6 /src/lib/themes.ts | |
parent | 0168aada372d6a42f8ee4557f6d6dcfa1a81ed71 (diff) | |
download | voidsky-19f8389fc777c7ff41466748f1238f4e0a4b0619.tar.zst |
Slightly smaller highlighted post text (#1608)
Diffstat (limited to 'src/lib/themes.ts')
-rw-r--r-- | src/lib/themes.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/themes.ts b/src/lib/themes.ts index 95aee0842..b778d5b30 100644 --- a/src/lib/themes.ts +++ b/src/lib/themes.ts @@ -264,8 +264,8 @@ export const defaultTheme: Theme = { fontWeight: '400', }, 'post-text-lg': { - fontSize: 22, - letterSpacing: 0.4, + fontSize: 20, + letterSpacing: 0.2, fontWeight: '400', }, 'button-lg': { |