Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/source/_static/css/pandas.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/* Override some aspects of the pydata-sphinx-theme */

:root {
/* Use softer blue from bootstrap's default info color */
--color-info: 23, 162, 184;
}

/* Getting started index page */

.intro-card {
Expand Down