indicators and plots

This commit is contained in:
2026-03-02 18:34:38 -04:00
parent 3b29096dab
commit 3ffce97b3e
43 changed files with 6690 additions and 878 deletions

View File

@@ -26,3 +26,16 @@ html, body, #app {
overflow: hidden;
background-color: var(--p-surface-0) !important;
}
.dark {
background-color: var(--p-surface-0) !important;
color: var(--p-surface-900) !important;
}
/* Ensure dark background for main containers */
.app-container,
.main-splitter,
.p-splitter,
.p-splitter-panel {
background-color: var(--p-surface-0) !important;
}