add background color transition
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user