.two-d-container table.aui th a,
.two-d-container table.aui td a {
  color: var(--jira-color-textLinkColour);
}
.two-d-container table.aui th a:hover,
.two-d-container table.aui td a:hover,
.two-d-container table.aui th a:focus,
.two-d-container table.aui td a:focus,
.two-d-container table.aui th a:active,
.two-d-container table.aui td a:active {
  color: var(--jira-color-textActiveLinkColour);
}
