Skip to content

Commit

Permalink
Fix dark mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 14, 2024
1 parent 53124bb commit 13c580f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion docs-app/config/tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ const config = await docsSupport(appRoot, {
packages: ["@universal-ember/docs-support"],
});

export default config;
// console.log(config);

export default {
...config,
};
2 changes: 1 addition & 1 deletion docs-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{{content-for "head-footer"}}
</head>
<body>
<body class="bg-white dark:bg-slate-900">
{{content-for "body"}}

<script src="/@embroider/virtual/vendor.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@shikijs/rehype": "^1.22.2",
"@universal-ember/docs-support": "0.1.0",
"@universal-ember/docs-support": "0.2.0",
"assert": "^2.0.0",
"change-case": "^5.4.4",
"content-tag": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13c580f

Please sign in to comment.