Skip to content

Commit

Permalink
text color changed
Browse files Browse the repository at this point in the history
Issue resolved: #935
  • Loading branch information
Kajalmehta29 committed Oct 27, 2024
1 parent 934dd7f commit d14b4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/scholarship-feature/scholarships.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ p {

.card h2 {
font-size: 18px; /* Slightly smaller font */
color: #f9f9f9;
color: black;
}

/* Card paragraph */

.card p {
color: #ccc;
color: #5a5757;
font-size: 14px; /* Reduced font size */
margin: 8px 0; /* Smaller margin */
line-height: 1.4; /* Slightly tighter line spacing */
Expand Down

0 comments on commit d14b4dc

Please sign in to comment.