diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-05 07:02:09 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-10-09 20:45:26 +0200 |
commit | d04fbe6fe06113041662bbd9816198256d3cd385 (patch) | |
tree | 109be3b0d61e50789f69704d9e1c9ffdc7e66141 /app/javascript | |
parent | 0d0fac939dfa4380888a98742ae0ce3470c7acd3 (diff) |
[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 <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/signed_out.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |