Personal presentation timer

This commit is contained in:
Ian Gulliver
2020-06-27 21:48:27 +00:00
parent 3a015ecfd8
commit 31509efd16
4 changed files with 78 additions and 2 deletions

View File

@@ -79,9 +79,13 @@ tfoot tr {
}
.action {
color: var(--highlight-color);
cursor: pointer;
margin-left: 10px;
color: var(--highlight-color);
}
.users tbody tr td:nth-child(2) {
text-align: right;
}
.github {