From 93e3203807b652fdd58a98b1ec8c9904b39012b1 Mon Sep 17 00:00:00 2001 From: UmaGhildiyal Date: Tue, 15 Oct 2024 01:18:21 +0530 Subject: [PATCH] Refactor about.css to add color to section paragraphs --- about.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/about.css b/about.css index 98b90f3..c863695 100644 --- a/about.css +++ b/about.css @@ -45,6 +45,10 @@ p { margin: 20px 0; } +.section p{ + color: #555; +} + /* Style for the cards */ .cards { display: flex;