Grey out untracked children

This commit is contained in:
Joscha 2023-08-06 00:52:30 +02:00
parent b83d908d4b
commit d031eee14e
6 changed files with 57 additions and 31 deletions

View file

@ -82,3 +82,8 @@ dd {
grid: auto-flow / min-content max-content;
column-gap: 1ch;
}
.commit .untracked,
.commit .untracked a {
color: #777;
}