Add /commit/:hash page
This commit is contained in:
parent
965efa5b58
commit
128384bcf7
5 changed files with 169 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
:root {
|
||||
--lh: 1.3em;
|
||||
font-family: monospace;
|
||||
line-height: var(--lh);
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
|
|
@ -59,3 +61,24 @@ a:hover {
|
|||
dd {
|
||||
margin-left: 4ch;
|
||||
}
|
||||
|
||||
/* Commit */
|
||||
|
||||
.commit * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.commit .hash {
|
||||
color: #b70;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.commit .message {
|
||||
margin: 1em 0ch 1em 4ch;
|
||||
}
|
||||
|
||||
.commit dl {
|
||||
display: grid;
|
||||
grid: auto-flow / min-content max-content;
|
||||
column-gap: 1ch;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue