Commit 9ace13db authored by Luca Barbato's avatar Luca Barbato

doxy: Fix link in badge color

Green on blue was not exactly optimal.
Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent b83d1ee3
...@@ -260,6 +260,10 @@ pre code { ...@@ -260,6 +260,10 @@ pre code {
-moz-border-radius: 9px; -moz-border-radius: 9px;
border-radius: 9px; border-radius: 9px;
} }
.label a {
color:#ffffff;
}
a.label:hover, a.label:hover,
a.badge:hover { a.badge:hover {
color: #ffffff; color: #ffffff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment