about summary refs log tree commit diff stats
path: root/html/edit/001-editor.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-11-30 16:54:01 -0800
committerKartik Agaram <vc@akkartik.com>2018-11-30 16:54:01 -0800
commit14a380525ed2df295463b1906b718cb26871df3b (patch)
treea14422794d91a6fd4d132a12ffa7c3d72708eced /html/edit/001-editor.mu.html
parent9d27e966b5e9bf1bd3da48f49d7e133d112a2bbe (diff)
downloadmu-14a380525ed2df295463b1906b718cb26871df3b.tar.gz
4809 - subx: html with 5 colors for comments
Diffstat (limited to 'html/edit/001-editor.mu.html')
-rw-r--r--html/edit/001-editor.mu.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html
index c6e43ccc..09d025f3 100644
--- a/html/edit/001-editor.mu.html
+++ b/html/edit/001-editor.mu.html
@@ -11,20 +11,22 @@
 <style type="text/css">
 <!--
 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; }
-.muControl { color: #c0a020; }
+body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; }
+.subxS2Comment a { color:inherit; }
+.subxS1Comment a { color:inherit; }
+.subxComment a { color:inherit; }
+.subxH2Comment a { color:inherit; }
+.subxH1Comment a { color:inherit; }
+* { font-size:12pt; font-size: 1em; }
+.muControl { color:#c0a020; }
 .muRecipe { color: #ff8700; }
 .muScenario { color: #00af00; }
-.LineNr { color: #444444; }
+.LineNr { color:#444444; }
 .muData { color: #ffff00; }
-.Delimiter { color: #800080; }
-.Constant { color: #00a0a0; }
-.Special { color: #c00000; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
+.Delimiter { color:#800080; }
+.Constant { color:#00a0a0; }
+.Special { color:#c00000; }
+.Comment { color: #8080ff; }
 .SalientComment { color: #00ffff; }
 -->
 </style>