Mercurial
diff design_system/src/index.html @ 256:30c2196d03d4
[site] Integrate Zenbu themes and components
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 16:49:01 -0700 |
| parents | 2b6e732087ff |
| children | 60a876c4587a |
line wrap: on
line diff
--- a/design_system/src/index.html Tue Aug 04 15:12:18 2026 -0700 +++ b/design_system/src/index.html Tue Aug 04 16:49:01 2026 -0700 @@ -6,6 +6,7 @@ <meta name="color-scheme" content="light dark" /> <title>Zenbu UI</title> <link rel="stylesheet" href="/styles/tokens.css" /> + <link rel="stylesheet" href="/styles/themes.css" /> <link rel="stylesheet" href="/styles/components.css" /> <link rel="stylesheet" href="/storybook.css" /> <script type="module" src="/storybook.js"></script>