diff options
Diffstat (limited to 'html/edit/010-errors.mu.html')
-rw-r--r-- | html/edit/010-errors.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/010-errors.mu.html b/html/edit/010-errors.mu.html index aff63491..ce0194d4 100644 --- a/html/edit/010-errors.mu.html +++ b/html/edit/010-errors.mu.html @@ -10,10 +10,10 @@ <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; } -.Delimiter { color: #a04060; } +.Delimiter { color: #800080; } .Special { color: #ff6060; } .Constant { color: #00a0a0; } .muRecipe { color: #ff8700; } |