From: Kefu Chai Date: Thu, 1 Apr 2021 16:01:37 +0000 (+0800) Subject: doc/_themes: tweak .admonition.important X-Git-Tag: v17.1.0~2400^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c8654a3d780894f2e769ef3116d94edcf08e517;p=ceph.git doc/_themes: tweak .admonition.important do not render the links in "important" block in gray, it's not readable in light red background. so use the blue and purple colors specified by sphinx_rtd_theme. Signed-off-by: Kefu Chai --- diff --git a/doc/_themes/ceph/static/ceph.css_t b/doc/_themes/ceph/static/ceph.css_t index 60c2a476054a..86343bea3603 100644 --- a/doc/_themes/ceph/static/ceph.css_t +++ b/doc/_themes/ceph/static/ceph.css_t @@ -99,10 +99,6 @@ div.highlight { border: 1px solid #F5DBC6; } -.rst-content .admonition.important a { - color: #E6E8E8; -} - /* table */ .rst-content table.docutils { border: 0;