From 84ddda9fadd5d06d2695134df861cec77841e444 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 5 Apr 2022 13:11:51 +0100 Subject: [PATCH] Fix json --- theme/default/theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/default/theme.json b/theme/default/theme.json index 5d353e620..f39e891cb 100644 --- a/theme/default/theme.json +++ b/theme/default/theme.json @@ -201,7 +201,7 @@ "hashtag-size2": "40px", "hashtag-margin": "2%", "text-entry-foreground": "#ccc", - "text-entry-background": "#111" + "text-entry-background": "#111", "header-bg-color": "#282c37", "post-bg-color": "#282c37", "column-left-color": "#282c37", @@ -224,9 +224,9 @@ "border-color": "#505050", "border-width": "2px", "border-width-header": "2px", - "font-color-header": "#ccc",; + "font-color-header": "#ccc", "font-size-button-mobile": "34px", - "font-size-links: 18px", + "font-size-links": "18px", "font-size-newswire": "18px", "font-size-newswire-mobile": "38px", "font-size": "30px",