viele Fixes

This commit is contained in:
2025-11-06 20:09:51 +01:00
parent 7bbde43878
commit 70eec04327
9 changed files with 469 additions and 26 deletions

View File

@@ -14,14 +14,14 @@
.info-label {
font-size: 0.85rem;
font-weight: 500;
color: #6c757d;
color: var(--color-muted);
display: flex;
align-items: center;
}
.info-value {
font-size: 0.95rem;
color: var(--color-text, #212529);
color: var(--color-text, #f9feff);
font-weight: 400;
padding-left: 1.25rem;
}
@@ -37,6 +37,7 @@
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
color: var(--color-text) !important;
}
.card-body h6.text-muted i {
@@ -47,7 +48,7 @@
.graphcontainer {
height: 25rem;
width: 100%;
background-color: var(--color-surface, #f8f9fa);
background-color: var(--color-surface, #212121);
border-radius: 0.375rem;
}