diff --git a/lighthouse-core/report/html/report-styles.css b/lighthouse-core/report/html/report-styles.css
index 6e0858f63732..ae7e8ef5f8fc 100644
--- a/lighthouse-core/report/html/report-styles.css
+++ b/lighthouse-core/report/html/report-styles.css
@@ -341,7 +341,8 @@
.lh-audit-group a,
.lh-category-header__description a,
.lh-audit__description a,
-.lh-footer a {
+.lh-footer a,
+.lh-table-column--link a {
color: var(--color-informative);
}