From 16ac4a436adef2e0c476377bb071e145c3518dee Mon Sep 17 00:00:00 2001 From: Anushka Bishnoi Date: Mon, 23 Jan 2023 10:53:52 +0530 Subject: [PATCH 1/2] dark mode styles fixed Signed-off-by: Anushka Bishnoi --- doc/source/_static/css/getting_started.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/_static/css/getting_started.css b/doc/source/_static/css/getting_started.css index 2a348e5b84e6e..d875fed57649c 100644 --- a/doc/source/_static/css/getting_started.css +++ b/doc/source/_static/css/getting_started.css @@ -236,7 +236,7 @@ ul.task-bullet > li > p:first-child { .tutorial-card .card-header { cursor: pointer; - background-color: white; + background-color: transparent; } .tutorial-card .card-body { From 2bb918e69b115dc1485c1e5909c7fb58263f8cc3 Mon Sep 17 00:00:00 2001 From: PKNaveen <88645434+PKNaveen@users.noreply.github.com> Date: Wed, 8 Mar 2023 06:59:38 +0530 Subject: [PATCH 2/2] DOC :Update to Dark Mode issues --- doc/source/_static/css/getting_started.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/_static/css/getting_started.css b/doc/source/_static/css/getting_started.css index d875fed57649c..c5ffb2ef38e22 100644 --- a/doc/source/_static/css/getting_started.css +++ b/doc/source/_static/css/getting_started.css @@ -241,6 +241,7 @@ ul.task-bullet > li > p:first-child { .tutorial-card .card-body { background-color: #F0F0F0; + background-color: transparent; } .tutorial-card .badge {