about summary refs log tree commit diff stats
path: root/html/mutable.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-08 19:02:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-08 19:02:59 -0800
commit4a39d12d4568f76ebf45b34cec722d8e0bcf1207 (patch)
tree398323ebfd911b0a994b57be3053b19f38f5c66e /html/mutable.mu.html
parent1f3bb2eda188f04271d318c36b57f69fd61552ef (diff)
downloadmu-4a39d12d4568f76ebf45b34cec722d8e0bcf1207.tar.gz
3764 - better colors for cross-links
Diffstat (limited to 'html/mutable.mu.html')
-rw-r--r--html/mutable.mu.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/html/mutable.mu.html b/html/mutable.mu.html
index 4a0a1166..22ab4368 100644
--- a/html/mutable.mu.html
+++ b/html/mutable.mu.html
@@ -10,14 +10,15 @@
 <meta name="colorscheme" content="minimal">
 <style type="text/css">
 <!--
-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; }
+pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
 .muRecipe { color: #ff8700; }
 .Special { color: #c00000; }
 .Comment { color: #9090ff; }
+.Comment a { color:#0000ee; text-decoration:underline; }
 .Constant { color: #00a0a0; }
 .LineNr { color: #444444; }
 -->