Implement M1.5 visual design foundation: tokens, IBM Plex, theme toggle, chart themes

This commit is contained in:
2026-06-05 01:29:10 +03:00
parent 547edb85e4
commit 22f0556ef8
31 changed files with 713 additions and 136 deletions
+5 -4
View File
@@ -2,6 +2,7 @@
height: 100%;
width: 100%;
overflow: auto;
background: var(--bg);
}
.chart {
@@ -9,16 +10,16 @@
align-items: flex-start;
justify-content: center;
min-height: 100%;
padding: var(--space-2);
padding: var(--space-5);
}
.error {
margin: 0;
padding: var(--space-3);
padding: var(--space-5);
font-family: var(--font-mono);
font-size: 12px;
line-height: 1.5;
color: var(--color-error);
line-height: 1.6;
color: var(--support-error);
white-space: pre-wrap;
word-break: break-word;
}