Skip to content

Commit

Permalink
Merge pull request #1732 from KrishChothani/cks-dev-7
Browse files Browse the repository at this point in the history
Improve Text visibility in Book page
  • Loading branch information
PriyaGhosal authored Oct 30, 2024
2 parents 7e8ceb3 + 87b68c5 commit 4c3e97b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions book.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,19 @@
}

.benefits {
color: #f9f9f9;
color: #FFFFFF;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);

/* Color for benefits text */
}

.benefits h2 {
color: #FFFFFF;
font-size: 4rem;
/* Font size for benefits headings */
margin-bottom: 50px;
/* Margin below benefits headings */
text-shadow: 0 0 2px rgb(110, 110, 110);
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
/* Text shadow for benefits headings */
}

Expand Down

0 comments on commit 4c3e97b

Please sign in to comment.