Track and untrack refs

This commit is contained in:
Joscha 2023-08-18 01:03:14 +02:00
parent 4af950b6a4
commit 7e0bf21223
10 changed files with 134 additions and 25 deletions

View file

@ -29,9 +29,18 @@ a:hover {
}
button {
font-size: inherit;
padding: 0 .5ch;
}
button.linkish {
background-color: unset;
border: unset;
text-decoration: underline;
padding: 0;
cursor: pointer;
}
details {
padding: .3em 1ch;
background-color: #ddd;
@ -145,15 +154,6 @@ nav a:hover {
display: inline;
}
.queue-commits button {
font-size: inherit;
background-color: unset;
border: unset;
text-decoration: underline;
padding: 0;
cursor: pointer;
}
.queue-commits button:hover {
font-weight: bold;
}