/* 1. 활성화된 탭(게시물) 밑줄 및 글씨 색상 완벽 덮어쓰기 */
html body.theme-mastodon-light .account__header__tabs__buttons .button.active,
html body.theme-mastodon-light .tabs-bar__link.active {
  color: #1d2033 !important;
  border-bottom: 2px solid #1d2033 !important;
  border-bottom-color: #1d2033 !important;
  box-shadow: 0 -2px 0 #1d2033 inset !important;
}

/* 2. 게시물(0) 통계 영역 밑줄 및 글씨 색상 덮어쓰기 */
html body.theme-mastodon-light .account__header__extra__links a.active,
html body.theme-mastodon-light .account__header__extra__links a:hover {
  color: #1d2033 !important;
  border-bottom-color: #1d2033 !important;
  box-shadow: 0 -2px 0 #1d2033 inset !important;
  text-decoration: none !important;
}

/* 3. 통계 영역의 '숫자(0)' 색상 변경 */
html body.theme-mastodon-light .account__header__extra__links a.active strong,
html body.theme-mastodon-light .account__header__tabs__buttons .button.active strong {
  color: #1d2033 !important;
}

