Skip to content

Commit

Permalink
Merge pull request #642 from Sudhanshu248/main
Browse files Browse the repository at this point in the history
Change the color of text for better visible
  • Loading branch information
PriyaGhosal authored Oct 14, 2024
2 parents f0d7887 + e5d8db1 commit 68d11b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,11 @@ nav {

.locations-head h3 {
padding: 4rem 0rem;
background: linear-gradient(#1d71c4, #f9f9f9);
background: linear-gradient(#fff, #f9f9f9);
font-weight: bolder;
font-size: 2.8rem;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

.dark-mode .locations-head h3 {
Expand Down

0 comments on commit 68d11b9

Please sign in to comment.