about summary refs log tree commit diff stats
path: root/html/x.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/x.mu.html')
-rw-r--r--html/x.mu.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/html/x.mu.html b/html/x.mu.html
index 96eb4be8..8bde79bf 100644
--- a/html/x.mu.html
+++ b/html/x.mu.html
@@ -16,7 +16,6 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 .Comment { color: #8080ff; }
 .Constant { color: #008080; }
 .Special { color: #ff6060; }
-.Identifier { color: #008080; }
 .muRecipe { color: #ff8700; }
 -->
 </style>
@@ -35,7 +34,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
   11:number<span class="Special"> &lt;- </span>copy <span class="Constant">1:literal</span>
   12:number<span class="Special"> &lt;- </span>copy <span class="Constant">3:literal</span>
   13:number<span class="Special"> &lt;- </span>add 11:number, 12:number
- <span class="Identifier"> $dump-memory</span>
+<span class="Constant">  $dump-memory</span>
 ]
 </pre>
 </body>