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; }