Skip to content

Commit 601d7a2

Browse files
authored
underline time on hover to clarify its a link
1 parent 3111f8c commit 601d7a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

episodes/31.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ _(Transcript sponsored by [repl.it](https://repl.it/))_
5252
font-size: 12px;
5353
color: grey;
5454
}
55+
.time:hover {
56+
text-decoration: underline;
57+
}
5558
.block {
5659
padding: 10px;
5760
}

0 commit comments

Comments
 (0)