-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Fix dark mode styles #50936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Fix dark mode styles #50936
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -236,11 +236,12 @@ 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; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you remove this line please? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the change isn't being acknowledged as a modification, so it's not commiting (working tree clean)
datapythonista marked this conversation as resolved.
Show resolved
Hide resolved
|
||
background-color: transparent; | ||
} | ||
|
||
.tutorial-card .badge { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this related to #48527 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes it is, sorry for not mentioning this (first timer here)