We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad41cef commit 6ed7116Copy full SHA for 6ed7116
www/components/globals/Header.svelte
@@ -8,7 +8,7 @@
8
export let pathname;
9
10
import { PKG_VERSION, PKG_HOMEPAGE } from "@www/constants";
11
- import "carbon-components-svelte/css/g100.css";
+ import "carbon-components-svelte/css/all.css";
12
import "@www/app.css";
13
import {
14
Header,
www/layouts/Layout.astro
@@ -11,7 +11,7 @@ const { title } = Astro.props;
---
<!doctype html>
-<html lang="en">
+<html lang="en" theme="g100">
15
<head>
16
<meta charset="UTF-8" />
17
<meta name="viewport" content="width=device-width" />
0 commit comments