Skip to content

Commit

Permalink
Refactor about.css to add color to section paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
uniitee committed Oct 14, 2024
1 parent e8b40b8 commit 93e3203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ p {
margin: 20px 0;
}

.section p{
color: #555;
}

/* Style for the cards */
.cards {
display: flex;
Expand Down

0 comments on commit 93e3203

Please sign in to comment.