Skip to content

Commit

Permalink
Fix report link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Jul 9, 2016
1 parent 7ab0940 commit 1b020ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/report/report-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ h1 {
}
.metric-title a {
font-size: 20px;
color: inherit;
}
.metric-title span {
font-size: 20px;
Expand All @@ -57,6 +56,9 @@ table td{
table thead td{
font-weight:bold;
}
a {
color: inherit;
}
a:hover {
cursor: pointer;
text-decoration: underline;
Expand Down

0 comments on commit 1b020ba

Please sign in to comment.