Reduce contrast of progress bar values

This commit is contained in:
Svilen Markov
2025-03-20 22:54:39 +00:00
parent ffedd9eaf9
commit bfc2e9c7fb
2 changed files with 3 additions and 2 deletions
@@ -73,7 +73,7 @@
.dns-stats-graph-bar > * {
border-radius: 2px;
background: var(--color-progress-value);
background: var(--color-vertical-progress-value);
min-height: 1px;
}