doxy: Fix link in badge color

Green on blue was not exactly optimal.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Luca Barbato 2013-12-16 01:24:15 +01:00
parent b83d1ee3b4
commit 9ace13db77

View File

@ -260,6 +260,10 @@ pre code {
-moz-border-radius: 9px;
border-radius: 9px;
}
.label a {
color:#ffffff;
}
a.label:hover,
a.badge:hover {
color: #ffffff;