/* fd-admin-css: sidebar hover legibility (re-apply after IN updates - see RUNBOOK) */
nav a:hover span, aside a:hover span,
div.group:hover a span,
div.group a:hover span {
  color: #ffffff !important;
}
div.group:hover svg *,
nav a:hover svg *, aside a:hover svg * {
  stroke: #ffffff !important;
}
/* hide bottom sidebar icons (Slack/chat/docs/about/dark-mode) except the collapse button */
nav.border-t.justify-around > div.cursor-pointer:not(:last-child) {
  display: none !important;
}
/* settings inner nav: hover font color (was white on light gray) */
.space-y-1 a:hover span.truncate {
  color: #03a9f4 !important;
}
/* bottom bar: collapse button to the end, no divider line */
nav.border-t.justify-around {
  justify-content: flex-end !important;
  border-top: none !important;
}
