diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-05 07:02:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 07:02:09 +0200 |
commit | 0e41d360c068deb8655dc1b9facfa4c15985c271 (patch) | |
tree | d875be2f225ee0e711f4015b79cdfa33b1db530f /app/javascript/styles | |
parent | 9f65909f42c14d1e56c5f916eb76b156709ac147 (diff) |
Change font size of active users in server banner to be larger in web UI (#19295)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 4bdd5accf..491aec339 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -8076,11 +8076,13 @@ noscript { &__number { font-weight: 600; color: $primary-text-color; + font-size: 14px; } &__number-label { color: $darker-text-color; font-weight: 500; + font-size: 14px; } h4 { |