about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-10-05 16:13:49 -0700
committerGitHub <noreply@github.com>2023-10-05 16:13:49 -0700
commit19f8389fc777c7ff41466748f1238f4e0a4b0619 (patch)
tree13091399906489781bedb206eadecfcdd7aa17b6 /src
parent0168aada372d6a42f8ee4557f6d6dcfa1a81ed71 (diff)
downloadvoidsky-19f8389fc777c7ff41466748f1238f4e0a4b0619.tar.zst
Slightly smaller highlighted post text (#1608)
Diffstat (limited to 'src')
-rw-r--r--src/lib/themes.ts4
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': {