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:
@@ -98,3 +98,7 @@ div.sphinxsidebar h3.highlighted {
|
|||||||
color: #EEE;
|
color: #EEE;
|
||||||
text-shadow: 1px 1px 0 #740101;
|
text-shadow: 1px 1px 0 #740101;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.sphinxsidebar h3.highlighted a {
|
||||||
|
color: #EEE;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user