Skip to content

Commit

Permalink
Color change to hex and gitignore add
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanobaz committed Feb 28, 2024
1 parent 532b7d4 commit c569867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env*
.env*.local

# vercel
Expand Down
6 changes: 1 addition & 5 deletions styles/Main.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c569867

Please sign in to comment.