From: Eugen Rochko Date: Wed, 5 Oct 2022 05:02:09 +0000 (+0200) Subject: [Glitch] Change font size of active users in server banner to be larger in web UI X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b0b250aa8cdcc0e66f507acb8b2cd06c2dce7cd4;p=mastodon.git [Glitch] Change font size of active users in server banner to be larger in web UI Port 0e41d360c068deb8655dc1b9facfa4c15985c271 to glitch-soc Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/styles/components/signed_out.scss b/app/javascript/flavours/glitch/styles/components/signed_out.scss index a318bf66b..1051b2f32 100644 --- a/app/javascript/flavours/glitch/styles/components/signed_out.scss +++ b/app/javascript/flavours/glitch/styles/components/signed_out.scss @@ -65,11 +65,13 @@ &__number { font-weight: 600; color: $primary-text-color; + font-size: 14px; } &__number-label { color: $darker-text-color; font-weight: 500; + font-size: 14px; } h4 {