Skip to content

Commit

Permalink
changed history styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Oct 19, 2023
1 parent 3755702 commit 084f5cb
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 084f5cb

Please sign in to comment.