ui: bump base font 13→14px; request table stays 13px

This commit is contained in:
James 2026-03-12 02:56:05 -04:00
parent b402d64cb9
commit 909ce97aea
1 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
/* ===== THEMES ===== */
:root,
html[data-theme="midnight"] {
font-size: 13px;
font-size: 14px;
--ds-bg: #0a1628;
--ds-sf: #0d1f3c;
--ds-tx: #fff;
@ -25,7 +25,7 @@ html[data-theme="midnight"] {
}
html[data-theme="light"] {
font-size: 13px;
font-size: 14px;
--ds-bg: #f0f2f5;
--ds-sf: #fff;
--ds-tx: #1a202c;
@ -41,7 +41,7 @@ html[data-theme="light"] {
}
html[data-theme="slate"] {
font-size: 13px;
font-size: 14px;
--ds-bg: #1e293b;
--ds-sf: #334155;
--ds-tx: #f1f5f9;
@ -57,7 +57,7 @@ html[data-theme="slate"] {
}
html[data-theme="compact"] {
font-size: 13.5px;
font-size: 13px;
--ds-bg: #0a1628;
--ds-sf: #0d1f3c;
--ds-tx: #fff;
@ -95,7 +95,7 @@ html[data-theme="executive"] * { font-family: 'Georgia', 'Times New Roman', seri
/* ===== STEEL THEME ===== */
html[data-theme="steel"] {
font-size: 13px;
font-size: 14px;
--ds-bg: #0c0c0e;
--ds-sf: #141418;
--ds-tx: #f0f0f2;
@ -118,7 +118,7 @@ html[data-theme="steel"] #ds-theme-bar button.active { background: #3b82f6 !impo
/* ===== BRUTALIST THEME ===== */
html[data-theme="brutalist"] {
font-size: 13px;
font-size: 14px;
--ds-bg: #111111;
--ds-sf: #1c1c1c;
--ds-tx: #ffffff;