Skip to content

Commit e041d41

Browse files
committed
Add transition-colors and duration-500 on body element
1 parent 55c7e11 commit e041d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/layouts/MainLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import Footer from "../components/Footer.astro";
3232
<title>SvelteFire Documentation</title>
3333
<script async defer src="https://buttons.github.io/buttons.js"></script>
3434
</head>
35-
<body class="dark:bg-gray6 dark:text-white">
35+
<body class="dark:bg-gray6 dark:text-white transition-colors duration-500">
3636
<TopNav />
3737
<div class="flex items-stretch">
3838
<SideNav />

0 commit comments

Comments
 (0)