chat colors, IBM Plex Sans

This commit is contained in:
2026-04-01 01:45:35 -04:00
parent a7b0d17fa1
commit 9e6a20c218
5 changed files with 94 additions and 12 deletions

View File

@@ -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,