Skip to content

Commit

Permalink
update color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Weile-Zheng committed Sep 15, 2024
1 parent 0988614 commit 3a6b5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
.gradient-text {
background: linear-gradient(
90deg,
#896ae4,
#feb47b
#c0abfe,
#90f7df
); /* Adjust the gradient colors as needed */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
Expand Down Expand Up @@ -225,7 +225,7 @@
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(to right, #4f3168, #feb47b); /* Gradient colors */
background: linear-gradient(to right, #896ae4, #34c5a2); /* Gradient colors */
}

.community-image-container::before {
Expand Down

0 comments on commit 3a6b5aa

Please sign in to comment.