Fix waterfall and comparison dark mode backgrounds

This commit is contained in:
2025-12-28 02:24:18 +11:00
parent 4ca5ab1d71
commit 038e62415a
2 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@
}
.delta.neutral {
background: var(--color-border);
background: var(--color-bg-tertiary);
color: var(--color-text-secondary);
}
</style>