about summary refs log tree commit diff stats
path: root/html/045closure_name.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-26 22:09:54 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-26 22:09:54 -0800
commit4c4d325ca8544f52bb305dbb46b1f8144c33c2af (patch)
treeb21b2fce31756a309f27c8ed4c6402156752671a /html/045closure_name.cc.html
parentfdfe34ded306526bd87568e50ac9a6e03c9c0594 (diff)
downloadmu-4c4d325ca8544f52bb305dbb46b1f8144c33c2af.tar.gz
3716
Make hyperlinks less salient in the rendered html since there's so many of them.
Diffstat (limited to 'html/045closure_name.cc.html')
-rw-r--r--html/045closure_name.cc.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/html/045closure_name.cc.html b/html/045closure_name.cc.html
index 950fe28e..7d769d25 100644
--- a/html/045closure_name.cc.html
+++ b/html/045closure_name.cc.html
@@ -12,6 +12,8 @@
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; }
 body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; }
+a { text-decoration: none; }
+a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
 .Constant { color: #00a0a0; }
 .Special { color: #c00000; }