Skip to content

Commit

Permalink
style(docs): import g100 theme directly
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 28, 2023
1 parent 3736bec commit ad41cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/components/globals/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion www/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { title } = Astro.props;
---

<!doctype html>
<html lang="en" theme="g100">
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
Expand Down

0 comments on commit ad41cef

Please sign in to comment.