a, a:visited, a:active {
    color: #00589C;
}

.type-signature {
    color: #606;
}

.ancestors a, .attribs a {
    color: #6A6A6A !important;  /* jsdocs is using 'important' here, so we need to use it too to override it */
}

.signature-attributes {
    color: #6A6A6A;
}