feat: get timestamp and author details

This commit is contained in:
httpjamesm 2022-12-27 22:46:31 -05:00
parent 60f0ec5ce9
commit b7345d39a0
3 changed files with 69 additions and 7 deletions

View file

@ -43,4 +43,15 @@ pre {
border-radius: 5px;
color: white;
overflow-x: auto;
line-height: 1.35;
}
.timestamp {
color: #b3b3b3;
font-size: 0.8rem;
}
a {
color: #92adff;
}