/* UNIGE institutional pink, with the Faculty of Medicine color as its dark shade. */
:root {
  --md-primary-fg-color: #cf0063;
  --md-primary-fg-color--light: #e25298;
  --md-primary-fg-color--dark: #96004b;
  --md-accent-fg-color: #cf0063;
  --md-accent-fg-color--transparent: rgba(207, 0, 99, 0.12);
}

/* The official logo is pink; render it white against the pink site header. */
.md-header__button.md-logo img {
  filter: brightness(0) invert(1);
  height: 1.75rem;
  width: auto;
}

/* Make Material's per-page GitHub edit action obvious to handbook contributors. */
a.md-content__button[href*="/edit/main/docs/"] {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
  width: auto;
}

a.md-content__button[href*="/edit/main/docs/"]::after {
  content: "Edit this page";
  font-size: 0.65rem;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 44.984375em) {
  a.md-content__button[href*="/edit/main/docs/"]::after {
    content: "Edit";
  }
}
