From 66d0c1c083bc96574d65aa78fd2ea057bee7495a Mon Sep 17 00:00:00 2001 From: Aatmaj Date: Sat, 1 Oct 2022 10:47:47 +0530 Subject: [PATCH] Update style.css Fixed darkmode issue for the video part --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6f1b9d4..10903c8 100644 --- a/style.css +++ b/style.css @@ -305,7 +305,13 @@ body { .video-details h2 { font-size: 36px; line-height: 54px; - color: #413960; + color: #03ecfc +} + +.video-details p { + font-size: 15px; + line-height: 25px; + color: #034efc } .video-image img {