diff --git a/src/report/report-style.js b/src/report/report-style.js index df2ee79..1c034d7 100644 --- a/src/report/report-style.js +++ b/src/report/report-style.js @@ -32,7 +32,6 @@ h1 { } .metric-title a { font-size: 20px; - color: inherit; } .metric-title span { font-size: 20px; @@ -57,6 +56,9 @@ table td{ table thead td{ font-weight:bold; } +a { + color: inherit; +} a:hover { cursor: pointer; text-decoration: underline;