Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/source/_static/css/getting_started.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,12 @@ ul.task-bullet > li > p:first-child {

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

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 ?

Copy link
Contributor Author

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)

}

.tutorial-card .card-body {
background-color: #F0F0F0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this line please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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)

background-color: transparent;
}

.tutorial-card .badge {
Expand Down