Fxi a couple of colors in the doc theme per Aditya.

This commit is contained in:
Dave Page 2019-07-05 09:32:19 +01:00
parent 776884860e
commit 6a2ba22f75

View File

@ -447,21 +447,21 @@ span.pre{
}
a.internal span {
text-decoration: underline;
color: #e94b24;
text-decoration: none;
color: #295c85;
}
a.external {
text-decoration: underline;
color: #e94b24;
text-decoration: none;
color: #295c85;
}
a.reference:hover {
text-decoration: none;
text-decoration: underline;
}
a.internal span:hover {
text-decoration: none;
text-decoration: underline;
}
i, cite, em, var, address, dfn {
@ -524,3 +524,9 @@ ul.search li {
padding: 5px 0px 5px 0px;
background-image: none !important;
}
/* Notes */
div.topic {
background-color: #f3f5f9;
}