| 1 | /* shuffle-mcp-theme-bridge.css */ |
| 2 | .shuffle-mcp-scope.dark, |
| 3 | .shuffle-mcp-scope:not(.dark) { |
| 4 | --background: inherit !important; |
| 5 | --background-elevated: inherit !important; |
| 6 | --background-surface: inherit !important; |
| 7 | --foreground: inherit !important; |
| 8 | --card: inherit !important; |
| 9 | --card-foreground: inherit !important; |
| 10 | --popover: inherit !important; |
| 11 | --popover-foreground: inherit !important; |
| 12 | --primary: inherit !important; |
| 13 | --primary-foreground: inherit !important; |
| 14 | --secondary: inherit !important; |
| 15 | --secondary-foreground: inherit !important; |
| 16 | --muted: inherit !important; |
| 17 | --muted-foreground: inherit !important; |
| 18 | --accent: inherit !important; |
| 19 | --accent-foreground: inherit !important; |
| 20 | --destructive: inherit !important; |
| 21 | --destructive-foreground: inherit !important; |
| 22 | --border: inherit !important; |
| 23 | --input: inherit !important; |
| 24 | --ring: inherit !important; |
| 25 | --severity-info: inherit !important; |
| 26 | --severity-low: inherit !important; |
| 27 | --severity-medium: inherit !important; |
| 28 | --severity-high: inherit !important; |
| 29 | --severity-critical: inherit !important; |
| 30 | --infra-email: inherit !important; |
| 31 | } |