全局字体加大:body 15px,终端密集文字 +1px,text-xs/text-sm 上调

This commit is contained in:
2569718930@qq.com
2026-05-25 05:00:16 +08:00
parent ece77d7595
commit 140a0f16ae
+9
View File
@@ -174,9 +174,18 @@
body {
font-family: var(--font-data);
font-size: 15px;
background: var(--color-bg-base);
color: var(--color-text-primary);
}
/* Global font-size bump for data-dense terminal panels */
.text-\[9px\] { font-size: 10px; }
.text-\[10px\] { font-size: 11px; }
.text-\[11px\] { font-size: 12px; }
.text-xs { font-size: 0.8rem; line-height: 1.35rem; }
.text-sm { font-size: 0.9rem; line-height: 1.45rem; }
table { font-size: inherit; }
}
/* ══════════════════════════════════════════════════════════════