diff --git a/www/components/globals/Header.svelte b/www/components/globals/Header.svelte index a98fcde4..18e4d095 100644 --- a/www/components/globals/Header.svelte +++ b/www/components/globals/Header.svelte @@ -8,7 +8,7 @@ export let pathname; import { PKG_VERSION, PKG_HOMEPAGE } from "@www/constants"; - import "carbon-components-svelte/css/all.css"; + import "carbon-components-svelte/css/g100.css"; import "@www/app.css"; import { Header, diff --git a/www/layouts/Layout.astro b/www/layouts/Layout.astro index e02be361..e797859b 100644 --- a/www/layouts/Layout.astro +++ b/www/layouts/Layout.astro @@ -11,7 +11,7 @@ const { title } = Astro.props; --- - +