/* Toot button
.compose-form__publish-button-wrapper > .button.button--block {
  font-size: 0 !important;
}

.compose-form__publish-button-wrapper > .button.button--block::after {
  content: "C-c C-c";
  font-family: monospace;
  text-transform: none;
  font-size: 15px;
  position: relative;
  bottom: -1px;
}
*/

/*
.status__wrapper {
  background-color: white;
}
*/

/*
.wide .columns-area:not(.columns-area--mobile) .drawer {
  min-width: 350px;
}
*/

/*
.compose-form__highlightable, .compose-form__scrollable {
  background-color: white;
}
*/

.user-role-5 {
  --user-role-accent: #ff40ff;
}

.user-role-2 {
  --user-role-accent: #000000;
}

