Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite55d907

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎doc/source/_static/css/getting_started.css

Lines changed: 2 additions & 0 deletions
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 solidvar(--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)

[8]ページ先頭

©2009-2025 Movatter.jp