From 1b020ba309cd70392736a62a44070e1a4a87e2cc Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen Date: Sat, 9 Jul 2016 11:44:47 +0300 Subject: [PATCH] Fix report link styles --- src/report/report-style.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;