:root {
  font-family: Arial;
  color-scheme: light dark;
}

/* Shared CSS, but this is for the Apache directory listing */
#indexlist {
  /* Already hadneled by apache conf */
  /* .indexcollastmod, .indexcoldesc { display: none; } */

  tr,
  td,
  th {
    padding: 0.2em 0.5em;
  }
  .indexcolsize {
    text-align: end;
  }
}
