indicators and plots
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user