Show all refs on index page

This commit is contained in:
Joscha 2023-08-06 13:44:56 +02:00
parent f080b0fe4c
commit 72f762464d
4 changed files with 69 additions and 29 deletions

View file

@ -5,6 +5,37 @@
color-scheme: light dark;
}
/* General */
details,
dl {
margin: var(--lh) 0;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
dd {
margin-left: 4ch;
}
details {
background-color: #ddd;
}
details>* {
margin-left: 4ch;
}
details>summary {
margin-left: 0;
}
/* Nav bar */
nav {
@ -46,20 +77,6 @@ nav img {
vertical-align: -20%;
}
/* General */
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
dd {
margin-left: 4ch;
}
/* Commit */
.commit * {