/* Disk bar stays (div.credits). Remove the File Browser credit line. */
p.credits,
a[href*="github.com/filebrowser"] {
  display: none !important;
}

/* ProgressBar hardcodes text-fg-color #222 (inline) — unreadable on dark sidebar */
.sidebar .usage [style*="color"],
nav div.credits,
nav div.credits [style*="color"] {
  color: rgba(255, 255, 255, 0.87) !important;
}
