From 08a0eed699b8ea07d37163aba610c8e04feee003 Mon Sep 17 00:00:00 2001
From: Kartik Agaram <vc@akkartik.com>
Date: Sun, 30 Dec 2018 00:02:42 -0800
Subject: 4891

Couple more tweaks to html rendering:
a) SubX definitions no longer link redundantly to themselves. This long-standing
issue turns out to be tractable to solve for SubX files since the syntax
is so simple.
b) Fix links to SubX definitions in other directories. I forgot that I
have to always generate tags from the directory of the file being linkified.
c) Fix link colors. Before we lost all syntax highlighting for functions
and Globals. Now they maintain their colors, just add an underline.
---
 html/022arithmetic.cc.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'html/022arithmetic.cc.html')

diff --git a/html/022arithmetic.cc.html b/html/022arithmetic.cc.html
index da4d5670..0cfa2181 100644
--- a/html/022arithmetic.cc.html
+++ b/html/022arithmetic.cc.html
@@ -12,6 +12,7 @@
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #c6c6c6; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
+a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .LineNr { }
 .Constant { color: #008787; }
-- 
cgit 1.4.1-2-gfad0