From b6736c15ca8b154d0921ac533b4b81c909824832 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 16 Nov 2020 13:56:50 +0000 Subject: [PATCH] Font size --- theme/rc3/theme.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 2fa9d2af7..ce67ce117 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -19,12 +19,15 @@ "banner-height": "15vh", "banner-height-mobile": "10vh", "focus-color": "blue", + "font-size-links": "12px", + "font-size-newswire": "12px", "font-size-button-mobile": "26px", - "font-size": "32px", - "font-size2": "26px", - "font-size3": "40px", - "font-size4": "24px", - "font-size5": "22px", + "font-size": "22px", + "font-size2": "16px", + "font-size3": "30px", + "font-size4": "14px", + "font-size5": "12px", + "font-size-likes": "10px", "main-bg-color": "#100e23", "column-left-color": "#0f0d10", "text-entry-background": "#0f0d10",