We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff2e7c commit 77af016Copy full SHA for 77af016
doc/source/_static/css/pandas.css
@@ -1,3 +1,10 @@
1
+/* Override some aspects of the pydata-sphinx-theme */
2
+
3
+:root {
4
+ /* Use softer blue from bootstrap's default info color */
5
+ --color-info: 23, 162, 184;
6
+}
7
8
/* Getting started index page */
9
10
.intro-card {
0 commit comments