全局字体加大:body 15px,终端密集文字 +1px,text-xs/text-sm 上调
This commit is contained in:
@@ -174,9 +174,18 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: var(--font-data);
|
font-family: var(--font-data);
|
||||||
|
font-size: 15px;
|
||||||
background: var(--color-bg-base);
|
background: var(--color-bg-base);
|
||||||
color: var(--color-text-primary);
|
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; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ══════════════════════════════════════════════════════════════
|
/* ══════════════════════════════════════════════════════════════
|
||||||
|
|||||||
Reference in New Issue
Block a user