Serve commit page entirely from the db

This commit is contained in:
Joscha 2023-08-06 11:37:22 +02:00
parent 0d3cd15b03
commit 7768e4ad4b
12 changed files with 241 additions and 79 deletions

View file

@ -81,11 +81,16 @@ dd {
column-gap: 1ch;
}
.commit .untracked,
.commit .untracked a {
.commit .reachable,
.commit .reachable a {
color: #777;
}
.commit .orphaned,
.commit .orphaned a {
color: #a33;
}
.commit pre {
white-space: pre-wrap;
}