From c56986712b0d83bdc86d12a80d513e1e700ac690 Mon Sep 17 00:00:00 2001 From: Urbano Date: Tue, 27 Feb 2024 20:37:30 -0500 Subject: [PATCH] Color change to hex and gitignore add --- .gitignore | 1 + styles/Main.module.css | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8f322f0..b82d517 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ yarn-debug.log* yarn-error.log* # local env files +.env* .env*.local # vercel diff --git a/styles/Main.module.css b/styles/Main.module.css index 5c8dbd3..045123e 100644 --- a/styles/Main.module.css +++ b/styles/Main.module.css @@ -40,11 +40,7 @@ display: flex; position: relative; min-height: calc(100svh - 55px); - background-image: linear-gradient( - to bottom right, - rgba(0, 147, 233, 1), - rgba(128, 208, 199, 1) - ); + background-image: linear-gradient(to bottom right, #0093e9, #80d0c7); } .about {