From: Kefu Chai Date: Tue, 7 Apr 2015 09:02:55 +0000 (+0800) Subject: doc: show href anchor in white in important block X-Git-Tag: v9.0.0~29^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6da80e4abd658bf65e86d549254f5ae84c1f042;p=ceph.git doc: show href anchor in white in important block Fixes: #11310 Signed-off-by: Kefu Chai --- diff --git a/doc/_themes/ceph/static/nature.css_t b/doc/_themes/ceph/static/nature.css_t index 1673a5453927..92e42567a1f1 100644 --- a/doc/_themes/ceph/static/nature.css_t +++ b/doc/_themes/ceph/static/nature.css_t @@ -146,7 +146,7 @@ a { color: #F05C56; text-decoration: none; } - + a:hover { color: #F05C56; text-decoration: underline; @@ -278,6 +278,10 @@ div.admonition.important { color: #fff; } +div.admonition.important a { + color: #E6E8E8; +} + div.tip tt.literal { background-color: #55aeba; color: #fff;