From 550a2daff0dee4c2e9ff294b1d69dfc574091945 Mon Sep 17 00:00:00 2001 From: Ankit Raj Date: Sat, 23 Dec 2023 11:05:35 +0530 Subject: [PATCH] reverting the changes to homepage --- styles/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +}