diff --git a/portal/static/app.css b/portal/static/app.css index e8df83b..5bb67ae 100644 --- a/portal/static/app.css +++ b/portal/static/app.css @@ -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;