From 16ac4a436adef2e0c476377bb071e145c3518dee Mon Sep 17 00:00:00 2001 From: Anushka Bishnoi Date: Mon, 23 Jan 2023 10:53:52 +0530 Subject: [PATCH 1/3] 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 ddfaf3c3f9ed5b9f73949d695d47607601ca74b5 Mon Sep 17 00:00:00 2001 From: Anushka Bishnoi Date: Wed, 8 Mar 2023 20:36:08 +0530 Subject: [PATCH 2/3] Update getting_started.css Signed-off-by: Anushka Bishnoi --- 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 { From dc20c6a4ca191436b890371f87185912b04b110e Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 8 Mar 2023 22:29:11 +0000 Subject: [PATCH 3/3] Update doc/source/_static/css/getting_started.css --- doc/source/_static/css/getting_started.css | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/_static/css/getting_started.css b/doc/source/_static/css/getting_started.css index c5ffb2ef38e22..2eb69beb05cb5 100644 --- a/doc/source/_static/css/getting_started.css +++ b/doc/source/_static/css/getting_started.css @@ -240,7 +240,6 @@ ul.task-bullet > li > p:first-child { } .tutorial-card .card-body { - background-color: #F0F0F0; background-color: transparent; }