Skip to content

Commit 9c9e9a5

Browse files
Backport PR #50936 on branch 2.0.x (DOC: Fix dark mode styles) (#51864)
Backport PR #50936: DOC: Fix dark mode styles Co-authored-by: Anushka Bishnoi <[email protected]>
1 parent a786cf8 commit 9c9e9a5

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)