summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Hayes <graham.hayes@hp.com>2014-07-07 17:39:24 +0100
committerGraham Hayes <graham.hayes@hp.com>2014-07-07 17:44:18 +0100
commit98c8c4b8ad297d1fb2269da14ad6ea7009349aeb (patch)
tree2d651dbc797cac0dc466faee7f80b36bacc30c74
parentc144be899391901c34d8ad5a87e457325d8774fb (diff)
downloadoslosphinx-98c8c4b8ad297d1fb2269da14ad6ea7009349aeb.tar.gz
Fixed link text colour for incubation variant2.2.0.0a32.2.0
When using a link inside the h3.highlighted sidebar element the text reverts to the default grey colour Change-Id: I4e35abd6da42a5d9a7bb8c3b56fd4e8610e4e17c
-rw-r--r--oslosphinx/theme/openstack/static/tweaks.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/oslosphinx/theme/openstack/static/tweaks.css b/oslosphinx/theme/openstack/static/tweaks.css
index 9d5c103..6d3bea3 100644
--- a/oslosphinx/theme/openstack/static/tweaks.css
+++ b/oslosphinx/theme/openstack/static/tweaks.css
@@ -98,3 +98,7 @@ div.sphinxsidebar h3.highlighted {
color: #EEE;
text-shadow: 1px 1px 0 #740101;
}
+
+div.sphinxsidebar h3.highlighted a {
+ color: #EEE;
+} \ No newline at end of file