/* /preview/commands — overlays on dashboard.css. */

.commands-table td:nth-child(2),
.commands-table td:nth-child(3),
.commands-table th:nth-child(2),
.commands-table th:nth-child(3) {
  text-align: center;
  width: 6ch;
}

.commands-table td:first-child a {
  color: var(--text, #ebe9e4);
  text-decoration: none;
}

.commands-table td:first-child a:hover {
  color: var(--accent, #F16C0A);
}
