We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b148db7 commit 5f6d4c3Copy full SHA for 5f6d4c3
doc/source/_static/css/getting_started.css
@@ -248,6 +248,7 @@ ul.task-bullet > li > p:first-child {
248
}
249
250
.tutorial-card .card-header {
251
+ --bs-card-cap-color: var(--pst-color-text-base);
252
cursor: pointer;
253
background-color: var(--pst-color-surface);
254
border: 1px solid var(--pst-color-border)
@@ -269,7 +270,7 @@ ul.task-bullet > li > p:first-child {
269
270
271
272
.tutorial-card .gs-badge-link a {
- color: var(--pst-color-text-base);
273
+ color: var(--pst-color-primary-text);
274
text-decoration: none;
275
276
0 commit comments