/* Dracula Minimal Theme for Forgejo */
/* Based on https://draculatheme.com/spec with unbloated UI */

@import "./theme-dracula.css";

/* ===== UNBLOATED UI ===== */

/* Hide navbar */
#navbar {
  display: none !important;
}

/* Hide footer */
.page-footer {
  display: none !important;
}

/* Hide repo buttons (Star/Fork/Watch) */
.repo-buttons {
  display: none !important;
}

/* Hide explore menu items */
a[href="/explore/users"] {
  display: none !important;
}

a[href="/explore/organizations"] {
  display: none !important;
}

/* Additional minimal adjustments */
.ui.secondary.menu .dropdown.item > .menu {
  background: var(--color-background);
}

/* Clean up extra whitespace from hidden elements */
.page-content {
  padding-top: 1rem;
}
