From 967a0c5c27b1c9009cb049aab39c5fe3c6f72089 Mon Sep 17 00:00:00 2001 From: sadorowo Date: Fri, 31 May 2024 16:02:00 +0200 Subject: [PATCH] add background color transition --- src/styles.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles.tsx b/src/styles.tsx index 0df1e2d..4ca4a00 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -16,6 +16,8 @@ export const GlobalLayout = createGlobalStyle` overflow-x: hidden; color: ${({ theme }) => theme.text}; background-color: ${({ theme }) => theme.background}; + + transition: background 0.3s ease-in-out; } a {