style(pc): 페이지 스크롤바 핸들 불투명 단색(primary)으로 변경

This commit is contained in:
caadiq 2026-06-07 17:29:04 +09:00
parent ec1c413ba8
commit 805e1b5ec9

View file

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