Skip to content

Commit 2681abd

Browse files
authored
Merge pull request #1098 from zackha/dark-mode
Dark mode
2 parents 14188de + f29af37 commit 2681abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<Html lang="en">
44
<Body
5-
class="antialiased duration-300 transition-colors text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-900"
5+
class="antialiased duration-300 transition-colors text-gray-800 bg-white"
66
>
77
<NuxtLayout>
88
<NuxtLoadingIndicator :height="5" :duration="3000" :throttle="400" />

0 commit comments

Comments
 (0)