feat(legal): add legal notice error handling

The legal notice view now shows an error box if the legal notice could
not be loaded.
This commit is contained in:
2026-08-05 14:38:09 +02:00
parent 64f4116820
commit 378f19d3b7
5 changed files with 26 additions and 5 deletions
+3
View File
@@ -84,6 +84,9 @@ body {
--light-hover: var(--light-d-2);
--invert: invert(0);
--color-negative-bg: oklch(59% 0.22706 29.244);
--color-negative-border: oklch(51% 0.22706 29.244);
}
@media (prefers-color-scheme: dark) {