Skip to content

Commit

Permalink
fixed gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightnexus committed Nov 6, 2023
1 parent 2d8f6f5 commit 6a86bac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@

#gradient-canvas {
width: 100%;
--gradient-color-1: #9eff00;
--gradient-color-2: #00b89c;
--gradient-color-3: #d1ffd0;
--gradient-color-4: #fff;
--gradient-color-1: #ff0000;
--gradient-color-2: rgb(184, 0, 0);
--gradient-color-3: #000000;
--gradient-color-4: #000000;
z-index: 0;
}

0 comments on commit 6a86bac

Please sign in to comment.