tr th {
    background-color: #5E81AC;
    color: var(--color);
}

table, tr {
  border-color: var(--color);
}

table {
  width: 100%;
}