From c545946b6c9e03caf83d9723e8123baf76cc8423 Mon Sep 17 00:00:00 2001 From: bleubulblight Date: Wed, 13 Aug 2025 02:02:59 +0900 Subject: [PATCH] =?UTF-8?q?page-listing=20=ED=81=B4=EB=9E=98=EC=8A=A4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=ED=95=98=EC=97=AC=20=EB=82=A0=EC=A7=9C=20?= =?UTF-8?q?=ED=95=9C=EC=A4=84=EC=97=90=20=ED=91=9C=EC=8B=9C,=20left-sideba?= =?UTF-8?q?r=20=EA=B0=80=EB=8F=85=EC=84=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quartz/components/styles/explorer.scss | 15 +++++++++------ quartz/components/styles/listPage.scss | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/quartz/components/styles/explorer.scss b/quartz/components/styles/explorer.scss index 8d9410044..4e9cab0fc 100644 --- a/quartz/components/styles/explorer.scss +++ b/quartz/components/styles/explorer.scss @@ -124,6 +124,9 @@ button.desktop-explorer { color: var(--dark); opacity: 0.75; pointer-events: all; + font-weight: $normalWeight; + line-height: 1.5rem; + font-size: 0.95rem; &.active { opacity: 1; @@ -159,9 +162,9 @@ button.desktop-explorer { & div > a { color: var(--secondary); font-family: var(--headerFont); - font-size: 0.95rem; - font-weight: $semiBoldWeight; - line-height: 1.5rem; + font-size: 1.05rem; + font-weight: $normalWeight; + line-height: 2.0rem; display: inline-block; } @@ -182,12 +185,12 @@ button.desktop-explorer { font-family: var(--headerFont); & span { - font-size: 0.95rem; + font-size: 1.05rem; display: inline-block; color: var(--secondary); - font-weight: $semiBoldWeight; + font-weight: $normalWeight; margin: 0; - line-height: 1.5rem; + line-height: 2.0rem; pointer-events: none; } } diff --git a/quartz/components/styles/listPage.scss b/quartz/components/styles/listPage.scss index e86c39dcb..b3f436fbc 100644 --- a/quartz/components/styles/listPage.scss +++ b/quartz/components/styles/listPage.scss @@ -11,7 +11,7 @@ li.section-li { & > .section { display: grid; - grid-template-columns: fit-content(8em) 3fr 1fr; + grid-template-columns: fit-content(12em) 3fr 1fr; @media all and ($mobile) { & > .tags {