Skip to content

Commit 2c86bd1

Browse files
authored
Style drop down commit log add red to date/time (#308)
1 parent d693211 commit 2c86bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/_static/js/commit-banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ document.addEventListener('DOMContentLoaded', () => {
6868
>
6969
${commit.short_sha}
7070
</a>
71-
(${commit.date}):
71+
(<span style="color: red;">${commit.date}</span>):
7272
${formattedMessage}
7373
`;
7474
commitList.appendChild(li);

0 commit comments

Comments
 (0)