Skip to content

Commit faa4c04

Browse files
DOC: Getting started tutorials css adjustments (#57916)
fixes #57912
1 parent bdc1485 commit faa4c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/_static/css/getting_started.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ ul.task-bullet > li > p:first-child {
248248
}
249249

250250
.tutorial-card .card-header {
251+
--bs-card-cap-color: var(--pst-color-text-base);
251252
cursor: pointer;
252253
background-color: var(--pst-color-surface);
253254
border: 1px solid var(--pst-color-border)
@@ -269,7 +270,7 @@ ul.task-bullet > li > p:first-child {
269270

270271

271272
.tutorial-card .gs-badge-link a {
272-
color: var(--pst-color-text-base);
273+
color: var(--pst-color-primary-text);
273274
text-decoration: none;
274275
}
275276

0 commit comments

Comments
 (0)