UI stuff
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user