summaryrefslogtreecommitdiff
path: root/doc/doxy
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-12-16 01:24:15 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-12-27 02:53:25 +0100
commit9ace13db77a22fd59c217175596a95775c5d25aa (patch)
treeec243575fcbc6fd60a4f798f1152ac04326db1ff /doc/doxy
parentb83d1ee3b41cfe8357836e2582104db2f3364cb0 (diff)
doxy: Fix link in badge color
Green on blue was not exactly optimal. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/doxy')
-rw-r--r--doc/doxy/doxy_stylesheet.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doxy/doxy_stylesheet.css b/doc/doxy/doxy_stylesheet.css
index 63238a2d5c..998ab996bc 100644
--- a/doc/doxy/doxy_stylesheet.css
+++ b/doc/doxy/doxy_stylesheet.css
@@ -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;