Skip to content

Commit

Permalink
Merge pull request #422 from Peart-Guy/uiEnhance
Browse files Browse the repository at this point in the history
UI enhance
  • Loading branch information
PriyaGhosal authored Oct 9, 2024
2 parents 05e2d7c + 59c13f9 commit 436ac30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,13 @@ nav {

.locations-head h2 {
padding: 1rem 0rem;
text-decoration: underline;
text-decoration: none;
text-decoration-thickness: 0.5rem;
}

.locations-head h3 {
padding: 4rem 0rem;
background: linear-gradient(#090f15, #42231e);
background: linear-gradient(#1d71c4, #f9f9f9);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
Expand Down Expand Up @@ -459,7 +459,7 @@ h2 {
font-size: 2.5em;
font-weight: 700;
margin: 10px 0; /* Margin adjustment */
color: #333; /* Heading color */
color: #ffffff; /* Heading color */
}

p {
Expand Down

0 comments on commit 436ac30

Please sign in to comment.