From 951080eb4a07bdc9021d74990efbb198a6ad8cae Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 23 Jun 2024 13:11:29 -0400 Subject: [PATCH] change default --font-size --- conversejs/custom/shared/styles/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conversejs/custom/shared/styles/_variables.scss b/conversejs/custom/shared/styles/_variables.scss index a049586a..bd7209b2 100644 --- a/conversejs/custom/shared/styles/_variables.scss +++ b/conversejs/custom/shared/styles/_variables.scss @@ -140,8 +140,8 @@ body.converse-embedded converse-root.theme-peertube { --fullpage-chatbox-button-size: 24px; --font-size-tiny: 10px; --font-size-small: 12px; - --font-size: 14px; - --font-size-large: 16px; + --font-size: 16px; + --font-size-large: 18px; --font-size-huge: 20px; --message-font-size: var(--font-size); --separator-text-color: var(--peertube-grey-foreground);