Skip to content

Commit 6ed7116

Browse files
committed
Revert "style(docs): import g100 theme directly"
This reverts commit ad41cef.
1 parent ad41cef commit 6ed7116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/components/globals/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
export let pathname;
99
1010
import { PKG_VERSION, PKG_HOMEPAGE } from "@www/constants";
11-
import "carbon-components-svelte/css/g100.css";
11+
import "carbon-components-svelte/css/all.css";
1212
import "@www/app.css";
1313
import {
1414
Header,

www/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { title } = Astro.props;
1111
---
1212

1313
<!doctype html>
14-
<html lang="en">
14+
<html lang="en" theme="g100">
1515
<head>
1616
<meta charset="UTF-8" />
1717
<meta name="viewport" content="width=device-width" />

0 commit comments

Comments
 (0)