/* Autoindex background styling */
html { min-height: 100%; }
html {
  /* Background: only project logo at top-right; do not use repo-badge.png as background */
  background-image: url('/project-logo.svg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right 10px top 10px;
  background-size: 360px auto;
  background-color: #ffffff;
}
body { background: transparent !important; }
a { text-decoration: none; }
/* Keep listings readable without covering the whole page */
table { background: rgba(255,255,255,0.92); }
