Skip to content

Commit

Permalink
feat(post): revert color change but keep setting
Browse files Browse the repository at this point in the history
  • Loading branch information
fntsrlike committed Jul 31, 2023
1 parent de7e8f7 commit 879eef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
useHead({
bodyAttrs: {
class:
'bg-white text-black antialiased dark:bg-neutral-900 dark:text-gray-50',
'bg-white text-black antialiased dark:bg-neutral-900 dark:text-white',
},
htmlAttrs: {
lang: 'zh-Hant-TW',
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default <Partial<Config>>{
},
invert: {
css: {
color: theme('colors.gray.50'),
color: theme('colors.gray.300'),
},
},
}),
Expand Down

0 comments on commit 879eef8

Please sign in to comment.