From d6da80e4abd658bf65e86d549254f5ae84c1f042 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 7 Apr 2015 17:02:55 +0800 Subject: [PATCH] doc: show href anchor in white in important block Fixes: #11310 Signed-off-by: Kefu Chai --- doc/_themes/ceph/static/nature.css_t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.47.3