mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-03-14 20:32:51 +00:00
9 lines
166 B
CSS
9 lines
166 B
CSS
.noUi-target .noUi-value {
|
|
color: var(--text-color);
|
|
font-size: 12px;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.noUi-target .noUi-value-sub {
|
|
color: var(--text-muted);
|
|
}
|