From e4cc92fcb088da9a7458219b4d44b7356e8d8d5e Mon Sep 17 00:00:00 2001 From: SilvestriStefano Date: Tue, 19 Mar 2024 19:45:08 +0100 Subject: [PATCH] fixes #57912 --- doc/source/_static/css/getting_started.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/_static/css/getting_started.css b/doc/source/_static/css/getting_started.css index 0d53bbde94ae3..b02311eb66080 100644 --- a/doc/source/_static/css/getting_started.css +++ b/doc/source/_static/css/getting_started.css @@ -248,6 +248,7 @@ ul.task-bullet > li > p:first-child { } .tutorial-card .card-header { + --bs-card-cap-color: var(--pst-color-text-base); cursor: pointer; background-color: var(--pst-color-surface); border: 1px solid var(--pst-color-border) @@ -269,7 +270,7 @@ ul.task-bullet > li > p:first-child { .tutorial-card .gs-badge-link a { - color: var(--pst-color-text-base); + color: var(--pst-color-primary-text); text-decoration: none; }