We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c7e11 commit e041d41Copy full SHA for e041d41
docs/src/layouts/MainLayout.astro
@@ -32,7 +32,7 @@ import Footer from "../components/Footer.astro";
32
<title>SvelteFire Documentation</title>
33
<script async defer src="https://buttons.github.io/buttons.js"></script>
34
</head>
35
- <body class="dark:bg-gray6 dark:text-white">
+ <body class="dark:bg-gray6 dark:text-white transition-colors duration-500">
36
<TopNav />
37
<div class="flex items-stretch">
38
<SideNav />
0 commit comments