about summary refs log tree commit diff stats
path: root/update_html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-09 03:40:41 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-03-09 03:40:41 -0800
commitc0e9154d6a1fa116871794a161c6f75a71742ed4 (patch)
tree436b24f6eb07da300a9613e6b2bea854bad555b2 /update_html
parente60569995174ab119dfc7ae2bace76328bb35241 (diff)
downloadmu-c0e9154d6a1fa116871794a161c6f75a71742ed4.tar.gz
2745
Diffstat (limited to 'update_html')
-rwxr-xr-xupdate_html1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_html b/update_html
index 4e5ce473..58a69ab3 100755
--- a/update_html
+++ b/update_html
@@ -17,6 +17,7 @@ process() {
   sed -i 's/^\.Delimiter .*/.Delimiter { color: #800080; }/' $1.html  # not meant to be read; can be lower-contrast
   sed -i 's/^\.PreProc .*/.PreProc { color: #800080; }/' $1.html  # not meant to be read; can be lower-contrast
   sed -i 's/^\.Identifier .*/.Identifier { color: #fcb165; }/' $1.html
+  sed -i 's/^\.Special .*/.Special { color: #c00000; }/' $1.html  # same as traceAbsent..
 
   mv -i $1.html html/`dirname $1`
 }