/*
.compose-form__publish-button-wrapper button {
  text-indent: -9999px !important;;
  line-height: 0!important;;
}

.compose-form__publish-button-wrapper button:after {
  content:'Pouet !'; 
  text-indent: 0;
  display: block;
  line-height: initial;
}
*/

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

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

