From b8a620bbb842c59336f8513e0d97de1074e815dc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 22 Oct 2008 15:01:37 +0000 Subject: Fix link styling in navbar. --- docs/.static/repoze.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.static/repoze.css b/docs/.static/repoze.css index 69e46f0ed..7d5e6475e 100644 --- a/docs/.static/repoze.css +++ b/docs/.static/repoze.css @@ -12,10 +12,10 @@ div.sphinxsidebar h3,h4,h5,li,a { } div.related { - color: #dad3bd; + color: #dad3bd !important; background-color: #00744a; } div.related a { - color: #dad3bd; + color: #dad3bd !important; } -- cgit v1.2.3