UI stuff
All checks were successful
Gitea CI/CD / dotnet-build-and-test (push) Successful in 51s
Gitea CI/CD / Set Tag Name (push) Successful in 5s
Gitea CI/CD / docker-build-and-push (push) Successful in 6m22s
Gitea CI/CD / Create Tag (push) Successful in 5s

This commit is contained in:
2025-11-06 21:15:13 +01:00
parent 70eec04327
commit 454d651d4d
5 changed files with 518 additions and 157 deletions

View File

@@ -14,16 +14,25 @@
.info-label {
font-size: 0.85rem;
font-weight: 500;
color: var(--color-muted);
color: var(--color-muted) !important;
display: flex;
align-items: center;
}
.info-value {
font-size: 0.95rem;
color: var(--color-text, #f9feff);
font-weight: 400;
padding-left: 1.25rem;
color: var(--color-text, #f9feff) !important;
}
/* All text within info-value should be visible */
.info-value,
.info-value *,
.info-value span,
.info-value .text-muted,
.info-value .text-success {
color: var(--color-text, #f9feff) !important;
}
.info-value .text-muted {
@@ -44,6 +53,11 @@
font-size: 1rem;
}
/* Description and other text-muted paragraphs */
.card-body p.text-muted {
color: var(--color-text) !important;
}
/* Graph Container */
.graphcontainer {
height: 25rem;