From 71e25cb87b4bf2f294efb34dc7afa2f3a6cf9a56 Mon Sep 17 00:00:00 2001 From: Taemin Lee Date: Mon, 26 Jan 2026 17:07:39 +0900 Subject: [PATCH] Rename shadow root container to cl-shadow-root and add .light --- libs/copilot/src/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/copilot/src/index.css b/libs/copilot/src/index.css index cfe8fbb3a2..3cd2d5f156 100644 --- a/libs/copilot/src/index.css +++ b/libs/copilot/src/index.css @@ -16,7 +16,7 @@ } @layer base { - #shadow-root-container { + #cl-shadow-root { --font-sans: 'Inter', sans-serif; --font-mono: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; @@ -54,7 +54,9 @@ --sidebar-border: 220 13% 91%; --sidebar-ring: 217.2 91.2% 59.8%; } - .dark { + #cl-shadow-root.light { + } + #cl-shadow-root.dark { --background: 0 0% 13%; --foreground: 0 0% 93%; --card: 0 0% 18%;