Create logs route

This commit is contained in:
thiloho
2024-09-13 17:04:04 +02:00
parent e661368b89
commit 2b97a28488
9 changed files with 326 additions and 43 deletions

View File

@@ -331,3 +331,13 @@ td {
padding: var(--space-2xs);
border: var(--border-primary);
}
ins {
background-color: var(--color-success);
color: var(--color-text-invert);
}
del {
background-color: var(--color-error);
color: var(--color-text-invert);
}