mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-10 01:25:15 +00:00
Change font size of active users in server banner to be larger in web UI (#19295)
This commit is contained in:
parent
9f65909f42
commit
0e41d360c0
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue