diff --git a/styles/globals.css b/styles/globals.css index ab12031..ba444f0 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -87,17 +87,17 @@ body { body { color: rgb(var(--foreground-rgb)); - /* background: linear-gradient( + background: linear-gradient( to bottom, transparent, rgb(var(--background-end-rgb)) ) - rgb(var(--background-start-rgb)); */ - background: linear-gradient( + rgb(var(--background-start-rgb)); +/* background: linear-gradient( -45deg, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.05) - ); + ); */ } a { @@ -109,4 +109,4 @@ a { html { color-scheme: dark; } -} \ No newline at end of file +}