.top-16-divider {
  border-bottom: 3px solid black !important;
}

/* Flexbox styles to push footer to the bottom */
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.player-link {
  color: inherit;
  text-decoration: none;
}

.player-link:hover,
.player-link:focus {
  text-decoration: underline;
}


/* Dark mode adjustments */
[data-bs-theme=dark] .navbar {
  filter:brightness(1.4)
}

[data-bs-theme=dark] thead{
  filter:brightness(2);
}

/* Metagame chart invertsion, as canvas text cannot be styled directly */
[data-bs-theme=dark] .chart-container {
  filter:invert(1);
}
