body[data-theme="light"] .standings table,
body[data-theme="light"] .result-editor,
body[data-theme="light"] .placement-editor,
body[data-theme="light"] .stage-form {
  background: #fff;
}
body[data-theme="light"] .standings td {
  color: var(--text);
}
.header .button:hover,
.header .theme-button:hover {
  background: inherit;
  color: inherit;
}
