Better readable color for type links

This commit is contained in:
Andreas Hocevar
2014-05-06 14:03:45 -05:00
parent e2c9dd279d
commit c57e9dc047

View File

@@ -165,6 +165,9 @@ li {
font-size: 0.7em;
padding: 2px 4px;
}
.main h4.name span.type-signature.type a {
color: #e9e6ff;
}
.main h4.name span.type {
margin-left: 5px;
}