diff --git a/lib/components/table/table.less b/lib/components/table/table.less
index dadbd4ad62..3a1f42b1b8 100644
--- a/lib/components/table/table.less
+++ b/lib/components/table/table.less
@@ -124,7 +124,9 @@
thead th {
a,
button { // If an anchor is used, it should appear like a normal header
- color: inherit;
+ // `!important` is used to ensure the appropriate color is on visited links. See STACKS-658.
+ // https://stackoverflow.atlassian.net/browse/STACKS-658
+ color: inherit !important;
}
button {