Skip to content

Commit

Permalink
Merge pull request #1098 from zackha/dark-mode
Browse files Browse the repository at this point in the history
Dark mode
  • Loading branch information
w3bdesign authored Jul 4, 2023
2 parents 14188de + f29af37 commit 2681abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<Html lang="en">
<Body
class="antialiased duration-300 transition-colors text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-900"
class="antialiased duration-300 transition-colors text-gray-800 bg-white"
>
<NuxtLayout>
<NuxtLoadingIndicator :height="5" :duration="3000" :throttle="400" />
Expand Down

1 comment on commit 2681abd

@vercel
Copy link

@vercel vercel bot commented on 2681abd Jul 4, 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.