Skip to content

Commit c7aaa49

Browse files
Backport PR #39256: DOC: keep color for note admonitions in sphinx theme (#39269)
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent b341ca5 commit c7aaa49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/_static/css/pandas.css

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
/* Getting started index page */
29

310
.intro-card {

0 commit comments

Comments
 (0)