diff --git a/app/globals.scss b/app/globals.scss index b16c3c87..016ef0b5 100644 --- a/app/globals.scss +++ b/app/globals.scss @@ -9,12 +9,7 @@ } body { - background: linear-gradient( - to bottom, - transparent, - rgb(var(--background-end-rgb)) - ) - rgb(var(--background-start-rgb)); + background: white; font-family: "Roboto", sans-serif; }