.status__display-name .display-name strong {
color: #000;
}

.prose {
color: #0000a8;
}

.about__section__title {
color: #d9e1e8;
}

.rules-list li::before {
background-color: #ff0000;
}

.rules-list {
color: #0000a8;
}

.about__section__body {
color: #0000a8;
}

.compose-form__publish-button-wrapper button, .ui__header__links .button {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.compose-form__publish-button-wrapper button:after, .ui__header__links .button:after {
  content:'Toot!'; 
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

.user-role-1 {
  --user-role-accent: #000000;
  --user-role-background: #00000019;
  --user-role-border: #00000080;
}

