diff --git a/wp-admin/css/list-tables-rtl.css b/wp-admin/css/list-tables-rtl.css
index fa32892..2e65f58 100644
--- a/wp-admin/css/list-tables-rtl.css
+++ b/wp-admin/css/list-tables-rtl.css
@@ -1190,6 +1190,10 @@ ul.cat-checklist {
 	margin-top: 0;
 }
 
+.updates-table .plugin-title p a {
+	text-decoration: underline;
+}
+
 .plugins thead td.check-column,
 .plugins tfoot td.check-column,
 .plugins .inactive th.check-column {
@@ -1215,6 +1219,10 @@ ul.cat-checklist {
 	margin: 0 0 8px;
 }
 
+.plugins .desc p a {
+	text-decoration: underline;
+}
+
 .plugins td.desc {
 	line-height: 1.5em;
 }
@@ -1350,6 +1358,10 @@ ul.cat-checklist {
 	margin: 0.5em 0;
 }
 
+.plugins .notice p a {
+	text-decoration: underline;
+}
+
 .plugin-card .update-now:before {
 	color: #f56e28;
 	content: "\f463";
diff --git a/wp-admin/css/list-tables.css b/wp-admin/css/list-tables.css
index 495c49b..731a004 100644
--- a/wp-admin/css/list-tables.css
+++ b/wp-admin/css/list-tables.css
@@ -1190,6 +1190,10 @@ ul.cat-checklist {
 	margin-top: 0;
 }
 
+.updates-table .plugin-title p a{
+	text-decoration: underline;
+}
+
 .plugins thead td.check-column,
 .plugins tfoot td.check-column,
 .plugins .inactive th.check-column {
@@ -1215,6 +1219,10 @@ ul.cat-checklist {
 	margin: 0 0 8px;
 }
 
+.plugins .desc p a{
+	text-decoration: underline;
+}
+
 .plugins td.desc {
 	line-height: 1.5em;
 }
@@ -1350,6 +1358,10 @@ ul.cat-checklist {
 	margin: 0.5em 0;
 }
 
+.plugins .notice p a {
+	text-decoration: underline;
+}
+
 .plugin-card .update-now:before {
 	color: #f56e28;
 	content: "\f463";
