From fa660198a00db3996f37a6a280cb95296695d9ea Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 18 Jan 2021 17:51:13 +0100 Subject: [PATCH] DOC: keep color for note admonitions in sphinx theme --- doc/source/_static/css/pandas.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/_static/css/pandas.css b/doc/source/_static/css/pandas.css index 43cd631890330..403d182e3d3e5 100644 --- a/doc/source/_static/css/pandas.css +++ b/doc/source/_static/css/pandas.css @@ -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 {