.stats b {
  font-size: 23px;
  font-weight: 800;
}

[data-theme="light"] .stats article {
  background: #eeeeee;
}

.stats small {
  font-size: 0;
  font-weight: 700;
}

.stats article:nth-child(1) small::after { content: "圈子"; }
.stats article:nth-child(2) small::after { content: "话题"; }
.stats article:nth-child(3) small::after { content: "帖子"; }
.stats article:nth-child(4) small::after { content: "精华"; }

.stats small::after {
  font-size: 11px;
}
