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