Bugfixing, switched to human name for humans

This commit is contained in:
Pax1601
2023-12-09 18:06:47 +01:00
parent b0ee653bff
commit d7dc5769a8
5 changed files with 70 additions and 12 deletions

View File

@@ -56,6 +56,18 @@
font-weight: bold;
}
#unit-group {
border-radius: var(--border-radius-md);
margin-top: auto;
padding: 6px 16px;
background-color: var(--secondary-light-grey);
}
#unit-group::after {
content: attr(data-group-name);
display: block;
}
#unit-control {
color: var(--secondary-lighter-grey);
font-weight: bold;