From 92450d48c9c0de802b048355daa439b5f4a32314 Mon Sep 17 00:00:00 2001 From: bleubulblight Date: Wed, 13 Aug 2025 02:41:55 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=B4=EB=8D=94=EB=AA=85=20=EC=98=86=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EA=B0=9C=EC=88=98=20=ED=91=9C=EC=8B=9C=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=A0=81=EC=9A=A9=EB=B0=A9?= =?UTF-8?q?=EC=8B=9D=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quartz/components/styles/explorer.scss | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/quartz/components/styles/explorer.scss b/quartz/components/styles/explorer.scss index 49211902c..da61f2ec9 100644 --- a/quartz/components/styles/explorer.scss +++ b/quartz/components/styles/explorer.scss @@ -159,6 +159,15 @@ button.desktop-explorer { align-items: center; user-select: none; + // folder-count 스타일 추가 + & .folder-count { + color: var(--secondary); + font-size: 1.05em; + margin-left: 0.3em; + font-weight: $semiBoldWeight; + opacity: 0.7; + } + & div > a { color: var(--secondary); font-family: var(--headerFont); @@ -194,14 +203,7 @@ button.desktop-explorer { pointer-events: none; } - // folder-count 스타일 추가 - & .folder-count { - color: var(--gray); - font-size: 0.9em; - margin-left: 0.5em; - font-weight: $normalWeight; - opacity: 0.7; - } + } }