Skip to content

Commit f4f2d89

Browse files
DOC: Fix dark mode styles (#50936)
* dark mode styles fixed Signed-off-by: Anushka Bishnoi <[email protected]> * Update getting_started.css Signed-off-by: Anushka Bishnoi <[email protected]> * Update doc/source/_static/css/getting_started.css --------- Signed-off-by: Anushka Bishnoi <[email protected]> Co-authored-by: Marc Garcia <[email protected]>
1 parent 7ffb960 commit f4f2d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/_static/css/getting_started.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ ul.task-bullet > li > p:first-child {
236236

237237
.tutorial-card .card-header {
238238
cursor: pointer;
239-
background-color: white;
239+
background-color: transparent;
240240
}
241241

242242
.tutorial-card .card-body {
243-
background-color: #F0F0F0;
243+
background-color: transparent;
244244
}
245245

246246
.tutorial-card .badge {

0 commit comments

Comments
 (0)