Skip to content

Commit

Permalink
DOC: Fix dark mode styles (#50936)
Browse files Browse the repository at this point in the history
* dark mode styles fixed

Signed-off-by: Anushka Bishnoi <anushkabishnoi9@gmail.com>

* Update getting_started.css

Signed-off-by: Anushka Bishnoi <anushkabishnoi9@gmail.com>

* Update doc/source/_static/css/getting_started.css

---------

Signed-off-by: Anushka Bishnoi <anushkabishnoi9@gmail.com>
Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
  • Loading branch information
anushkabishnoi and datapythonista committed Mar 9, 2023
1 parent 7ffb960 commit f4f2d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/_static/css/getting_started.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ ul.task-bullet > li > p:first-child {

.tutorial-card .card-header {
cursor: pointer;
background-color: white;
background-color: transparent;
}

.tutorial-card .card-body {
background-color: #F0F0F0;
background-color: transparent;
}

.tutorial-card .badge {
Expand Down

0 comments on commit f4f2d89

Please sign in to comment.