Skip to content

Commit

Permalink
Merge pull request vishanurag#223 from sriharsha0x1/Text
Browse files Browse the repository at this point in the history
Resolved the issue of insufficient text brightness in dark mode
  • Loading branch information
aditya-bhaumik authored Oct 4, 2024
2 parents 9bb5b70 + 15d1478 commit 54d31b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scholarships.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
background-color: var(--primary-color);
color: black;
color: var(--secondary-color);
font-family: 'Arial', sans-serif;
}

Expand All @@ -147,7 +147,7 @@
.scholarship-item p {
margin: 5px 0;
font-size: 1.1em;
color: black;
color: var(--secondary-color);
}

.scholarship-item .apply-btn {
Expand Down

0 comments on commit 54d31b5

Please sign in to comment.