Rename runners to workers

This commit is contained in:
Joscha 2023-08-11 02:03:32 +02:00
parent 78f945647c
commit 6f4793bcf2
20 changed files with 233 additions and 237 deletions

View file

@ -127,19 +127,19 @@ nav a:hover {
white-space: pre-wrap;
}
/* Runner */
/* Worker */
.runner * {
.worker * {
margin: 0;
}
.runner dl {
.worker dl {
display: grid;
grid: auto-flow / max-content 1fr;
column-gap: 1ch;
}
.runner .name {
.worker .name {
color: #380;
font-weight: bold;
}