Skip to content

Commit

Permalink
Merge pull request #412 from wttech/change-history-styling
Browse files Browse the repository at this point in the history
changed history styling
  • Loading branch information
dprzybyl authored Oct 19, 2023
2 parents 3755702 + 084f5cb commit 1b95451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</td>
<td is="coral-table-cell" value="${item.scriptName}">
<a href="${item.scriptContentPath}" download="${item.scriptName}"
style="text-decoration:none">${item.scriptName}</a>
style="text-decoration:none; color:#4b4b4b">${item.scriptName}</a>
</td>
<td is="coral-table-cell" value="${item.executionTime.time || 0}">
<time datetime="${item.executionTime.time || 0}"
Expand Down

0 comments on commit 1b95451

Please sign in to comment.