From 959c644e18e4116710c949f7a7ce14149f0590ae Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Fri, 14 Feb 2014 01:28:00 +0000
Subject: [PATCH] Override link color for linked structures

---
 i2p2www/static/styles/duck/syntax.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i2p2www/static/styles/duck/syntax.css b/i2p2www/static/styles/duck/syntax.css
index 85b288232..49e288efe 100644
--- a/i2p2www/static/styles/duck/syntax.css
+++ b/i2p2www/static/styles/duck/syntax.css
@@ -34,7 +34,7 @@
 .highlight .s { color: #ed9d13 } /* Literal.String */
 .highlight .na { color: #bbbbbb } /* Name.Attribute */
 .highlight .nb { color: #24909d } /* Name.Builtin */
-.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
+.highlight .nc, .highlight .nc a { color: #447fcf; text-decoration: underline } /* Name.Class */
 .highlight .no { color: #40ffff } /* Name.Constant */
 .highlight .nd { color: #ffa500 } /* Name.Decorator */
 .highlight .ni { color: #d0d0d0 } /* Name.Entity */
-- 
GitLab