Skip to content

Commit

Permalink
fix background transition
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed Sep 20, 2023
1 parent d848552 commit d24faa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/style.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { asset } from "$fresh/runtime.ts"
import { asset, NONE } from "$fresh/runtime.ts"
import { animation, apply, css, keyframes, theme } from "twind/css"

// ${animation("300ms ease-in-out 1", fadeIn)}
Expand Down Expand Up @@ -73,6 +73,7 @@ export const globalStyles = css({
backgroundSize: "cover",
},
backgroundColor: theme("colors.purple"),
animation: "none",
},
".header-wrapper": apply`mt-5`,
".logo-gradient":
Expand Down

0 comments on commit d24faa2

Please sign in to comment.