From 6dff32ecff3ba899e820db199ac415187671372d Mon Sep 17 00:00:00 2001 From: easternsun7 <165460574+easternsun7@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:25:41 +0800 Subject: [PATCH] Update getting_started.css The problem is "DOC: Intro to pandas table not readily visible in dark mode #60024" Perhaps we could set this part of the font color to blue, which is highly visible in either bright or dark mode, so that there is no need to implement a font color that changes with the theme. --- doc/source/_static/css/getting_started.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/_static/css/getting_started.css b/doc/source/_static/css/getting_started.css index b02311eb66080..17f491047d85f 100644 --- a/doc/source/_static/css/getting_started.css +++ b/doc/source/_static/css/getting_started.css @@ -245,6 +245,7 @@ ul.task-bullet > li > p:first-child { justify-content: flex-start; align-items: center; font-size: 1.3rem; + color: rgb(0, 179, 255); } .tutorial-card .card-header {