You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
321 B
11 lines
321 B
/*
|
|
Hide the following and follower counters on profiles.
|
|
- full counts are still available by hovering over the text, though
|
|
author: trwnh
|
|
license: Public Domain
|
|
*/
|
|
.account__header__extra__links a:not(:first-child) strong
|
|
{display: none}
|
|
.details-counters .counter:not(:first-child) .counter-number
|
|
{visibility: hidden}
|