Fixed link text colour for incubation variant

When using a link inside the h3.highlighted sidebar element the
text reverts to the default grey colour

Change-Id: I4e35abd6da42a5d9a7bb8c3b56fd4e8610e4e17c
This commit is contained in:
Graham Hayes 2014-07-07 17:39:24 +01:00
parent c144be8993
commit 98c8c4b8ad
1 changed files with 4 additions and 0 deletions

View File

@ -98,3 +98,7 @@ div.sphinxsidebar h3.highlighted {
color: #EEE;
text-shadow: 1px 1px 0 #740101;
}
div.sphinxsidebar h3.highlighted a {
color: #EEE;
}