diff options
Diffstat (limited to 'html/edit/011-editor-undo.mu.html')
-rw-r--r-- | html/edit/011-editor-undo.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/011-editor-undo.mu.html b/html/edit/011-editor-undo.mu.html index 78005789..00f15a79 100644 --- a/html/edit/011-editor-undo.mu.html +++ b/html/edit/011-editor-undo.mu.html @@ -10,11 +10,11 @@ <style type="text/css"> <!-- pre { font-family: monospace; color: #eeeeee; background-color: #080808; } -body { font-family: monospace; color: #eeeeee; background-color: #080808; } +body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; } .muScenario { color: #00af00; } .muControl { color: #c0a020; } .Special { color: #ff6060; } -.Delimiter { color: #a04060; } +.Delimiter { color: #800080; } .Constant { color: #00a0a0; } .muRecipe { color: #ff8700; } .muData { color: #ffff00; } |