:root {
  --blue: #c41e42;
  --dark-blue: #a01835;
}

:root.dark {
  --blue: #c41e42;
  --dark-blue: #a01835;
}

/* Hide account/settings buttons (they have no aria-label, unlike "My Files") */
nav button.action:not([aria-label]) {
  display: none !important;
}

/* Rename "My Files" -> "Model Hub" */
nav button[aria-label] span {
  font-size: 0 !important;
}
nav button[aria-label] span::after {
  content: "Model Hub";
  font-size: 1rem;
}
