Footer
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 1m33s
CI / Windows Release Package (push) Successful in 2m14s

This commit is contained in:
2026-05-06 14:15:57 +10:00
parent 08e039aebe
commit b2f4d6677c
2 changed files with 42 additions and 0 deletions

View File

@@ -426,6 +426,29 @@ pre {
background: var(--app-error-soft);
}
.app-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0.4rem;
padding: 0.25rem 0 0.5rem;
color: var(--app-muted);
font-size: 0.82rem;
text-align: center;
}
.app-footer a {
color: #b9def1;
text-decoration: none;
}
.app-footer a:hover,
.app-footer a:focus-visible {
color: #e7f6ff;
text-decoration: underline;
}
.progress-track {
height: 0.5rem;
overflow: hidden;