chat colors, IBM Plex Sans
This commit is contained in:
@@ -155,24 +155,24 @@ onBeforeUnmount(() => {
|
||||
width: 100vw !important;
|
||||
height: 100vh !important;
|
||||
overflow: hidden;
|
||||
background: var(--p-surface-0) !important;
|
||||
background: #0f0f0f !important;
|
||||
}
|
||||
|
||||
.app-container.dark {
|
||||
background: var(--p-surface-0) !important;
|
||||
background: #0f0f0f !important;
|
||||
}
|
||||
|
||||
.main-splitter {
|
||||
height: 100vh !important;
|
||||
background: var(--p-surface-0) !important;
|
||||
background: #0f0f0f !important;
|
||||
}
|
||||
|
||||
.main-splitter :deep(.p-splitter-gutter) {
|
||||
background: var(--p-surface-0) !important;
|
||||
background: #2e2e2e !important;
|
||||
}
|
||||
|
||||
.main-splitter :deep(.p-splitter-gutter-handle) {
|
||||
background: var(--p-surface-400) !important;
|
||||
background: #1c1c1c !important;
|
||||
}
|
||||
|
||||
.chart-panel,
|
||||
|
||||
Reference in New Issue
Block a user