From d87417927dcd3ab22a8e84f0bd47a9a7aff9e0ec Mon Sep 17 00:00:00 2001 From: Krish Chothani <143370415+KrishChothani@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:51:00 +0530 Subject: [PATCH] Update Book.html --- book.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book.html b/book.html index c3a3bb81..828e4b75 100644 --- a/book.html +++ b/book.html @@ -94,10 +94,11 @@ } .benefits { - color: #f9f9f9; /* Color for benefits text */ + color: #94ccd4; /* Color for benefits text */ } .benefits h2 { + color: #69bce9; 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 for benefits headings */