From 805e1b5ec986c45df869725b56dd690f833a2947 Mon Sep 17 00:00:00 2001 From: caadiq Date: Sun, 7 Jun 2026 17:29:04 +0900 Subject: [PATCH] =?UTF-8?q?style(pc):=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A1=A4=EB=B0=94=20=ED=95=B8=EB=93=A4=20?= =?UTF-8?q?=EB=B6=88=ED=88=AC=EB=AA=85=20=EB=8B=A8=EC=83=89(primary)?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 33ff3f9..981e506 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -5,9 +5,9 @@ /* OverlayScrollbars 페이지(main) 스크롤바 테마 — primary green */ .os-theme-fromis { - --os-handle-bg: rgba(84, 131, 96, 0.5); - --os-handle-bg-hover: rgba(84, 131, 96, 0.78); - --os-handle-bg-active: rgba(69, 110, 80, 0.9); + --os-handle-bg: #548360; + --os-handle-bg-hover: #456e50; + --os-handle-bg-active: #456e50; --os-size: 11px; --os-handle-border-radius: 9999px; --os-padding-perpendicular: 2px;