From 0c1977f707695d1140aa0905ab664494346c1545 Mon Sep 17 00:00:00 2001 From: Taehoon Date: Thu, 11 Jun 2026 13:06:04 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=ED=8F=B0=ED=8A=B8=20=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=EB=A5=BC=20ux=5Fsetting=20=ED=91=9C=EC=A4=80=20?= =?UTF-8?q?=EA=B7=9C=EA=B2=A9(14px)=EC=9C=BC=EB=A1=9C=20=EB=B3=B5=EA=B5=AC?= =?UTF-8?q?=20=EB=B0=8F=20=EC=B5=9C=EC=A0=81=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/common.css | 2 +- src/styles/table.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/styles/common.css b/src/styles/common.css index 95ebda0..b016761 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -60,7 +60,7 @@ body { color: var(--text-main); background-color: var(--bg-color); line-height: 1.5; - font-size: 19px; + font-size: 14px; overflow: hidden; } diff --git a/src/styles/table.css b/src/styles/table.css index 960a929..b80d5bc 100644 --- a/src/styles/table.css +++ b/src/styles/table.css @@ -10,7 +10,7 @@ } .page-title { - font-size: 21px; + font-size: 16px; font-weight: 700; color: var(--primary-color); display: flex; @@ -30,7 +30,7 @@ } .page-description { - font-size: 17px; + font-size: 12px; color: var(--text-muted); margin: 0; line-height: 1.4; @@ -72,7 +72,7 @@ } .search-item label { - font-size: 16px; + font-size: 11px; font-weight: 700; color: var(--text-muted); } @@ -83,7 +83,7 @@ padding: 0 1rem; border: 1px solid var(--border-color); border-radius: 4px; - font-size: 19px; + font-size: 14px; outline: none; background-color: var(--white); } @@ -141,7 +141,7 @@ thead { th { background-color: var(--bg-light) !important; - font-size: 18px; + font-size: 13px; font-weight: 600; color: var(--text-muted); position: sticky; @@ -152,7 +152,7 @@ th { } td { - font-size: 18px; + font-size: 13px; color: var(--text-main); font-weight: 400; }