Skip to content

Commit 1b020ba

Browse files
committed
Fix report link styles
1 parent 7ab0940 commit 1b020ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/report/report-style.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ h1 {
3232
}
3333
.metric-title a {
3434
font-size: 20px;
35-
color: inherit;
3635
}
3736
.metric-title span {
3837
font-size: 20px;
@@ -57,6 +56,9 @@ table td{
5756
table thead td{
5857
font-weight:bold;
5958
}
59+
a {
60+
color: inherit;
61+
}
6062
a:hover {
6163
cursor: pointer;
6264
text-decoration: underline;

0 commit comments

Comments
 (0)