Skip to content

Commit e55d907

Browse files
DOC: Fix dark mode text visibility in Getting Started accordion (#60024) (#61379)
Fix: text color for accordion content in getting started
1 parent caa58c7 commit e55d907

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/_static/css/getting_started.css

+2
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,15 @@ ul.task-bullet > li > p:first-child {
249249

250250
.tutorial-card .card-header {
251251
--bs-card-cap-color: var(--pst-color-text-base);
252+
color: var(--pst-color-text-base);
252253
cursor: pointer;
253254
background-color: var(--pst-color-surface);
254255
border: 1px solid var(--pst-color-border)
255256
}
256257

257258
.tutorial-card .card-body {
258259
background-color: var(--pst-color-on-background);
260+
color: var(--pst-color-text-base);
259261
}
260262

261263
.tutorial-card .badge {

0 commit comments

Comments
 (0)