Skip to content

Commit 6dff32e

Browse files
authored
Update getting_started.css
The problem is "DOC: Intro to pandas table not readily visible in dark mode pandas-dev#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.
1 parent 2a10e04 commit 6dff32e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/_static/css/getting_started.css

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ ul.task-bullet > li > p:first-child {
245245
justify-content: flex-start;
246246
align-items: center;
247247
font-size: 1.3rem;
248+
color: rgb(0, 179, 255);
248249
}
249250

250251
.tutorial-card .card-header {

0 commit comments

Comments
 (0)