Skip to content

Commit

Permalink
chore: fix default colors
Browse files Browse the repository at this point in the history
Resolves #59
  • Loading branch information
atinux committed Apr 7, 2023
1 parent e586c5a commit 9744656
Show file tree
Hide file tree
Showing 2 changed files with 2,687 additions and 1,686 deletions.
2 changes: 1 addition & 1 deletion components/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ const { cover } = useAppConfig()

<style lang="postcss">
body {
@apply bg-primary-50 dark:bg-primary-900;
@apply bg-primary-50 text-black dark:bg-primary-900 dark:text-white;
}
</style>
Loading

1 comment on commit 9744656

@vercel
Copy link

@vercel vercel bot commented on 9744656 Apr 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.